> Erlang中文手册 > sinh/1 返回一个数的双曲线正弦值

math:sinh/1

返回一个数的双曲线正弦值

用法:

sinh(X)

返回参数 X 的双曲线正弦值

Sinh = math:sinh(10),
io:format("Sinh is ~p~n", [Sinh]).