math.log
←
math
型:function
code:Lua
math.log(x
,a
)
table:
型 説明
#1
number 真数 0<x
#2
number 底 省略するとネイピア数e
戻り値 number
$ log_ax
を返す
math.log(0)
は
-inf
を返す
math.log(<負数>)
は
nan
を返す
関連項目
math.exp
math.log10