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