atan

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