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