expm1(_:)
Returns the eˣ-1 for each element in a vector of single-precision values.
Declaration
static func expm1<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns the eˣ-1 for each element in a vector of single-precision values.
static func expm1<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float