.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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