PI

種類プロパティ(R)
書式 Math.PI
解説
円周率πの値です。
サンプルコード
function sampleCode()
{
txtField.data = Math.PI;
}
sampleCode();
実際のスクリプトをダウンロード