Contents

nextafter(_:_:)

Returns the next representable value of each element in a vector in the direction of the corresponding element in a second vector.

Declaration

func nextafter(_ x: simd_float4, _ y: simd_float4) -> simd_float4

See Also

Math Functions