FORMULA LANGUAGE


@FloatEq
Example

Compares two numbers for equality within a confidence range.

Note This @function is new with Release 6.

Syntax

@FloatEq( number ; number ; confidenceRange )

Parameters

number


confidenceRange
Return value

flag

Usage

If either parameter is a list, the function compares the first two parameters pair-wise and returns 1 if any comparison is within range.

@FloatEq is helpful in dealing with the inexactness of floating point operations.

Example
See Also