asinh函数
概要:
#include <math.h> double asinh(double x);
描述:
该函数计算参数x的反双曲正弦值。
参数:
double x
            参数为一个double类型的浮点数。
返回值:
函数返回参数x的反双曲正弦值。
范例:
|  |  | 
输出:
The arc hyperbolic sine of 2.000000 is 1.443635.
相关内容:
| asinhf | float类型的反双曲正弦函数。 | 
| asinhl | long double类型的反双曲正弦函数。 |