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

# vremquof(_:_:_:)

For each vector element, calculates the remainder of X/Y, according to the SANE standard. It stores into QUO the 7 low-order bits of the integer quotient, such that -127 <= QUO <= 127.

## Declaration

```swift
func vremquof(_: vFloat, _: vFloat, _: UnsafeMutablePointer<vUInt32>) -> vFloat
```

## See Also

### Remainder Functions (from vfp.h)

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