系统函数 MathLib.floatingMod 返回一个数除以另一个数的浮点余数。结果与分子具有相同的符号。如果分母等于零,则发生域异常。
MathLib.floatingMod( numericField1 mathLibNumber in, numericField2 mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.floatingMod(myItem01,myItem02);
相关概念 EGL 函数的语法图
相关参考 EGL 库 MathLib