Universeorange.com/Docs/

R3m/framework Function reference math.pow

{math.pow(Int|Float $base, Int|Float $exponent)}

Exponential expression

Returns base raised to the power of exponent as a int | float.
If both arguments are non-negative integers, and the result can be represented as an integer, the result will be returned with int type, otherwise it will be returned as a float.

More information:

https://www.php.net/manual/en/function.pow.php

Last modified: 2021-06-07

© 2021 universeorange.com