ASinH()
语法
Result.f = ASinH(Value.f)概要
Returns the area hyperbolic sine of the specified value.
参数
Value.f The input value. The range of Value.f is not limited.
返回值
Returns the hyperbolic angle.
Remarks
This is the inverse function of SinH(). This function can handle float and double values.
示例
Debug ASinH(0) ; will display '0' Debug Exp(ASinH(0.5)) ; will display '1.618033' (the golden ratio)
参阅
SinH(), ASin()
已支持操作系统
所有