Contents

vcopysignf(_:_:)

For each vector element, produces a value with the magnitude of arg2 and sign arg1. Note that the order of the arguments matches the recommendation of the IEEE 754 floating-point standard, which is opposite from the SANE copysign function.

Declaration

func vcopysignf(_: vFloat, _: vFloat) -> vFloat

See Also

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