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

math:cos/1

返回一个数字的余弦值

用法:

cos(X)

返回一个数字的余弦值

Cos = math:cos(90),
io:format("Cos is ~p~n", [Cos]).
Pi = math:pi(),
Cos = math:cos(2 * Pi),
io:format("Cos is ~p~n", [Cos]).
阿里云 - 最高1000元通用代金券立即可用
沪ICP备13037221号-9