JavaScript Math cos() 方法
cos() — 返回数的余弦值
JavaScript Math cos() 方法语法
JavaScript Math cos() 方法参数说明
x — 待处理的数值
JavaScript Math cos() 方法返回值
x 的余弦值。返回的是 -1.0 到 1.0 之间的数。
JavaScript Math cos() 方法
cos() — 返回数的余弦值
x — 待处理的数值
x 的余弦值。返回的是 -1.0 到 1.0 之间的数。