Erlang中文手册(Erldoc.com)  »  math  »  exp/1
Erlang并发编程 Erlang/OTP设计原理 Erlang/OTP[pdf] Mnesia用户手册[pdf] Erlang完整手册[en] 官网手册[en] 模块列表 方法列表 随机 Erlang中文社区(BBS) 美女图库

math:exp/1

计算 e 的指数

用法:

exp(X)

计算 e 的指数,e 的自然对数底是 2.718281828459045

Exp = math:exp(1),
io:format("Exp is ~p~n", [Exp]).
Exp = math:exp(3.14),
io:format("Exp is ~p~n", [Exp]).
阿里云 - 最高1000元通用代金券立即可用
沪ICP备13037221号-9