---
title: "vremainderf(_:_:)"
framework: accelerate
role: symbol
role_heading: Function
path: "accelerate/vremainderf(_:_:)"
---

# vremainderf(_:_:)

For each vector element, calculates the remainder of X/Y, according to the IEEE 754 floating-point standard.

## Declaration

```swift
func vremainderf(_: vFloat, _: vFloat) -> vFloat
```

## See Also

### Remainder Functions (from vfp.h)

- [vfmodf(_:_:)](accelerate/vfmodf(_:_:).md)
- [vremquof(_:_:_:)](accelerate/vremquof(_:_:_:).md)
