Contents

exp2(_:)

Returns the 2, raised to the power of each element in a vector of double-precision values.

Declaration

static func exp2<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == Double

See Also

Array-Oriented Exponential and Logarithmic Functions