cos()

コサインの角度を返します。角度はラジアンで表されます。

文法:
variable = cos( angle )

用例:
print cos( 1 )
はコンソールへ 0.540302 の値を表示します