math.log10
←
math
型:function
code:Lua
math.log10(x)
table:
型 説明
#1
number
戻り値 number
$ log_{10}x
を返す
math.log10(0)
は
-inf
を返す
math.log10(<負数>)
は
nan
を返す
トリビア
Lua5.2以降ではこの関数は削除されている
math.log(x,10)
とせよ とのこと
関連項目
math.log