sin()

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

文法:
variable = sin( angle )

用例:
print sin( 1 )
は 0.841471 の値を表示します。