mathLib.sinh
系统函数
mathLib.sinh
返回数字的双曲正弦。
result
任何数字或 HEX 项,如
数学(系统字)
中所述。mathLib.sinh 函数返回的值被转换为具有
result
的格式,并在
result
中返回。
numericItem
任何数字或 HEX 项,如
数学(系统字)
中所述。在计算
result
之前,该项被转换为双精度浮点。
示例
result = mathLib.sinh(myItem);
相关参考
EGL 库 MathLib