c_pow multimethod

Methods

c_pow(base:Real, exponent:Real)
Raise to power

Example

c_pow(2.0, 10.0)  # [0, 1024]
c_pow(0.0, -1.0)  # [1, inf]