math.pi
←
math
型:number
説明
円周率
$ \pi
です。小数点以下14桁目を四捨五入しているようです。
使用例
code:Lua
print(math.pi)
3.1415926535898
が出力されます。