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