The system function MathLib.floatingQuotient returns the quotient of one number divided by another. A domain exception is raised if the denominator equals zero. The function is implemented using double-precision floating-point arithmetic.
MathLib.floatingQuotient( numericField1 mathLibNumber in, numericField2 mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.floatingQuotient(myItem01,myItem02);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib