Contents

expm1(_:)

Returns the eˣ-1 for each element in a vector of double-precision values.

Declaration

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

See Also

Array-Oriented Exponential and Logarithmic Functions