描述:
计算参数的余弦值。
语法:
cos(numberExp)
备注:
参数以弧度为单位。
参数:
numberExp
待计算余弦值的弧度数。
返回值:
float型
示例:
A
1
=cos(pi())
-1.0
2
=cos(pi(2))
1.0
相关概念:
sin()
tan()