exp2(_:)
Returns the 2, raised to the power of each element in a vector of single-precision values.
Declaration
static func exp2<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns the 2, raised to the power of each element in a vector of single-precision values.
static func exp2<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float