MathF.Acosh(Single)方法用于返回浮点值的双曲反余弦。
Syntax: public static float Acosh (float x);
Here, it takes a standard floating point number.
Return Value: This method returns hyperbolic arc-cosine of the given value. If the number is less than 1, it returns NaN.
下面是说明上述方法的用法的程序:
范例1:
输出:
范例2:
输出: