sin

種類メソッド
書式 Math.sin(値)
解説
値のサインを求めます。
サンプルコード
function sampleCode()
{
txtField.data = Math.sin(0.5);
}
sampleCode();
実際のスクリプトをダウンロード