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

math:cosh/1

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

用法:

cosh(X)

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

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