math.pow
←
math
型:function
code:Lua
math.pow(x,y)
table:
型 説明
#1
number
#2
number
戻り値 number
$ x^y
を返す
値が大きくなりすぎると
inf
を返す
その他の細かな仕様は
https://cpprefjp.github.io/reference/cmath/pow.html
を参照すること
関連項目
math.exp
math.sqrt