Contents

vrecf(_:)

Computes the reciprocal of values in a vector.

Declaration

func vrecf(_: vFloat) -> vFloat

Return Value

Returns a vector containing the reciprocals of the values in the source vector.

Parameters

A

The source vector

See Also

Floating-Point Arithmetic and Auxiliary Functions (from vfp.h)