vvcbrt(_:_:_:)
Calculates the cube root for each element of a vector.
Declaration
func vvcbrt(_: UnsafeMutablePointer<Double>, _: UnsafePointer<Double>, _: UnsafePointer<Int32>)Parameters
- y
(output) Output vector of size
*n.y[i]is set tocbrt(x[i]).- x
(input) Input vector of size
*n.- n
(input) The number of elements in the vectors
xandy.