系统函数 mathLib.floatingDifference 将两个数中的第一个数减去第二个数并返回差。此函数是使用双精度浮点算术实现的。
result = mathLib.floatingDifference(myItem01,myItem02);
相关参考 EGL 库 MathLib