pow(bases:exponents:)
Returns each single-precision element in the bases vector, raised to the power of the corresponding element in the exponents vector.
Declaration
static func pow<U, V>(bases: U, exponents: V) -> [Float] where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Float, V.Element == Float