mathLib.cosh

系统函数 mathLib.cosh 返回数字的双曲余弦。


mathLib.cosh 语法图
result
任何数字或 HEX 项,如数学(系统字)中所述。mathLib.cosh 返回的值被转换为具有 result 的格式,并在 result 中返回。
numericItem
任何数字或 HEX 项,如数学(系统字)中所述。在调用 mathLib.cosh 之前,该项被转换为双精度浮点。

示例

  result = mathLib.cosh(myItem);

相关参考
EGL 库 MathLib

使用条款 | 反馈
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.