remainder |
| math.remainder(x, y) |
Returns test |
| x | |
| y |
| REMARKS |
| * math module * Return the IEEE 754-style remainder of x with respect to y. |
import math
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top
remainder |
| math.remainder(x, y) |
Returns test |
| x | |
| y |
| REMARKS |
| * math module * Return the IEEE 754-style remainder of x with respect to y. |
import math