原 型:double sinh(double x);
头 文 件:math.h
返 回 值:x的双曲正弦值(按照弧度衡量的)。如果x的数过大,那么可能会发生取值范围错误。
相关函数:cosh、tanh
也可参见:acos、asin、atan、atan2、cos、sin、tan