Universeorange.com/Docs/
{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.
https://www.php.net/manual/en/function.pow.php
Last modified: 2021-06-07
© 2021 universeorange.com