Search the Community
Showing results for tags 'equal'.
-
Version V1.0.2
595 downloads
This package contains VIs for testing equality of floating point numbers within a specified tolerance. Absolute Epsilon comparison, Relative Epsilon comparison and the ULP comparison have been implemented as described in this blog post by Bruce Dawson: http://randomascii.wordpress.com/2012/02/25/com...- 2 reviews
-
- equal
- flaoting point
-
(and 1 more)
Tagged with:
-
View File Floating Point Almost Equal This package contains VIs for testing equality of floating point numbers within a specified tolerance. Absolute Epsilon comparison, Relative Epsilon comparison and the ULP comparison have been implemented as described in this blo...
- 4 replies
-
- 1
-
-
- comparison
- equal
-
(and 1 more)
Tagged with:
-
The other day I encountered a situation where I wanted to test if two floating point values were equal. Of course, one of the first things that you are told about floating point values is that you should never test for exact equality. So I proceed to wire up: Is X = Y +/- some acceptable toleran...
- 6 replies
-
- float
- comparison
-
(and 1 more)
Tagged with: