tan

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