IntMath.cos (余弦)

  1. 文法
  2. 引数
  3. 戻り値

1. 文法

メンバ型
関数
メンバ所有者
global.IntMath (static)
呼び出し
global.IntMath.cos( angle )

2. 引数

angle ( Integer )
角度を指定します。

3. 戻り値

角angleの余弦を返します。 -sin_accuracy <= ReturnCode <= +sin_accuracy です。