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) -> vFloatFor each vector element, calculates X to the floating-point power of Y. The result is more accurate than using exp(log(X)*Y).
func vpowf(_: vFloat, _: vFloat) -> vFloat