double asinh (double x); float asinhf (float x);long double asinhl (long double x);
double asinh (double x); float asinh (float x);long double asinh (long double x); double asinh (T x); // additional overloads for integral types
<cmath>
)中為 整型提供了額外的過載:這些過載在計算前有效地將 x 轉換為 double
(為 T 是任何整型而定義)。<complex>
中被過載(參見 complex asinh)。
|
|
The area hyperbolic sine of 3.626860 is 2.000000. |