#include <cmath> float cosh( float arg ); double cosh( double arg ); long double cosh( long double arg );
函数 cosh() 返回 arg 的双曲余弦。