toPrecision

種類メソッド
書式 数値.toPrecision(桁数)
解説
値を指定した桁数にします。
サンプルコード
n = inputs[0].toPrecision(4);
outputs[0] = n;
実際のスクリプトをダウンロード