pow

infix fun pow(exp: Numbers<*>): Numbers<Double>

Calculates this raised to the power of another primitive numeric profile.

Both profiles are converted to doubles first.


infix fun pow(n: Number): Numbers<Double>

Raises this to the power of a constant number.


infix fun pow(other: Real): Numbers<Double>

Raises this to the power of a linear profile.