SinH()
语法
Result.f = SinH(Angle.f)概要
Returns the hyperbolic sine of the specified hyperbolic angle.
参数
Angle.f The input angle.
返回值
Returns the hyperbolic sine of the angle.
Remarks
The inverse function of SinH() is ASinH(). This function can handle float and double values.
示例
Debug SinH(Log(1.618033)) ; Will be approximately 0.5
参阅
ASinH(), Sin()
已支持操作系统
所有