pi

働き

円周率を得ます。

文法

pi()

説明

円周率(3.141592653589793)がこの関数の計算結果となります。

サンプルプログラム

rem pi
input "radius";r
print r*r*pi()