math.sqrt
←
math
型:function
code:Lua
math.sqrt(x)
table:
型 説明
#1
number
戻り値 number
$ \sqrt{x}
を返す
math.sqrt(<負数>)
は
nan
を返す
関連項目
math.pow