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

math:tanh/1

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

用法:

tanh(X)

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

Tanh = math:tanh(90),
io:format("Tanh is ~p~n", [Tanh]).