Contents

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 to cbrt(x[i]).

x

(input) Input vector of size *n.

n

(input) The number of elements in the vectors x and y.

See Also

Trigonometric Functions (from vfp.h)