CosH()
语法
Result.f = CosH(Angle.f)概要
Returns the hyperbolic cosine of the specified hyperbolic angle.
参数
Angle.f The input hyperbolic angle.
返回值
Returns the hyperbolic cosine of the angle. The result will be greater than or equal to 1.
Remarks
The inverse function of CosH() is ACosH(). This function can handle float and double values.
示例
Debug CosH(0) ; will display 1
参阅
ACosH(), Cos()
已支持操作系统
所有