power(n)
power(n, prec)
power(n, prec)
Instance Public methods
Returns the value raised to the power of n.
Note that n must be an Integer.
Also available as the operator **
Returns the value raised to the power of n.
Note that n must be an Integer.
Also available as the operator **
Please login to continue.