double acosh (double x); float acoshf (float x);long double acoshl (long double x);
double acosh (double x); float acosh (float x);long double acosh (long double x); double acosh (T x); // additional overloads for integral types
<cmath>
)中为整数类型提供了附加重载:这些重载会有效地将x强制转换为double
再进行计算(针对T是任何整数类型定义)。<complex>
中重载(请参阅 complex acosh)。1
,则会发生定义域错误。
|
|
The area hyperbolic cosine of 3.762196 is 2.000000 radians. |