Contents

vceilf(_:)

Computes the ceiling of values in a vector of floating-point values.

Declaration

func vceilf(_: vFloat) -> vFloat

Return Value

Returns a vector of floating-point values, each of which is the ceiling of the corresponding value in A.

Discussion

Parameters:

parameter 2

The input array, A.

See Also

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