pow multimethod

Methods

pow(base:Real, exponent:Real) Source: stdlib.ngs:8805
Undocumented

Returns

base to the power of exponent

Example

pow(2, 10) == 1024
pow(base:Int, exponent:Int) Source: stdlib.ngs:8813
Calls pow(Real, Real) converting parameters and results to and from Real