Transform a vector by raising to a power... specifically 1/pow.

ipfun(x, pow)

Arguments

x

A numeric vector.

pow

The reciprocal of the exponent to which all values in x are raised.

Value

A numeric vector with same length as x.