asin

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