Contents

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 == Float

See Also

Array-Oriented Exponential and Logarithmic Functions