Contents

expm1(_:result:)

Calculates the eˣ-1 for each element in a vector of single-precision values.

Declaration

static func expm1<U, V>(_ vector: U, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Float, V.Element == Float

See Also

Array-Oriented Exponential and Logarithmic Functions