Contents

vpowf(_:_:)

For each vector element, calculates X to the floating-point power of Y. The result is more accurate than using exp(log(X)*Y).

Declaration

func vpowf(_: vFloat, _: vFloat) -> vFloat

See Also

Power Functions (from vfp.h)