The system function MathLib.floatingDifference subtracts the second of two numbers from the first and returns the difference. The function is implemented using double-precision floating-point arithmetic.
MathLib.floatingDifference( numericField1 mathLibNumber in, numericField2 mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.floatingDifference(myItem01,myItem02);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib