math.pow
Description
Returns x raised to the power y.
In particular, math.pow(1.0, x) and math.pow(x, 0.0) always return 1, even when x is a zero or a nan. If both x and y are finite, x is negative, and y is not an integer then math.pow(x, y) is undefined.
Alias of x ^ y
Arguments
Returns
Page views: 19,609
Updated: Last Month
Updated: Last Month
Garry's Mod
Rust
Steamworks
Wiki Help