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