系统函数 MathLib.floatingQuotient 返回一个数除以另一个数的商。如果分母等于零,则发生域异常。此函数是使用双精度浮点算术实现的。
MathLib.floatingQuotient( numericField1 mathLibNumber in, numericField2 mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.floatingQuotient(myItem01,myItem02);
相关概念 EGL 函数的语法图
相关参考 EGL 库 MathLib