Contents

vvpows(_:_:_:_:)

Calculates the cube root for each element of a vector.

Declaration

func vvpows(_: UnsafeMutablePointer<Double>, _: UnsafePointer<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

Exponential and Logarithmic Functions (from vfp.h)