系统函数 mathLib.floatingSum 返回两个数的和。此函数是使用双精度浮点算术实现的。
result = mathLib.floatingSum(myItem01,myItem02);
相关参考 EGL 库 MathLib