pow

infix fun pow(exp: SerialNumericOps<*, *>): Real

Calculates this raised to the power of another numeric profile.

Throws

if the exponent has a non-zero rate at any time that the base is defined, or if the base has a non-zero rate at any time that the exponent is defined and not either 0 or 1.


infix fun pow(n: Number): Real

Calculates this raised to the power of a constant number.