MathCos

函数返回余弦角。

double  MathCos(

   double  value      // 数字

   );

参量

value

[in]  角度

返回值

双精度值在-1到1之间。

注释

取代MathCos()函数可以使用 cos()。