2.5.4.35 FEQ

The FEQ function calculates if the absolute value of the difference between Arg1 and Arg2 is less than or equal to 1E-9 (0.000000001).

ABNF:

 FEQ = val val " _FEQ():128"

Required Arguments:

Name: Arg1

Type: vDouble

An argument that specifies the first operand of the calculation.

Name: Arg2

Type: vDouble

An argument that specifies the second operand of the calculation.

Return Value:

Type: PtgBool

This function returns a PtgBool with a value of TRUE if the absolute value of the difference between Arg1 and Arg2 is less than or equal to 1E-9, and a value of FALSE otherwise.