This function returns dividend - divisor * n, where n is the closest integer to dividend/divisor.
Check the function round() to learn more about the closest integer.
The number divisor cannot be equal to 0.
Bash
remainder(dividend, divisor) #Output: Number
📚 Use cases and examples
| Use case |
|---|
| No content found. |