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