Integer operations in computers (i.e. 32-bit integers) probably can be represented best by modular arithmetic (because of integer overflows/underflows).
What about IEEE 754 floating point arithmetic? You have rounding and negative zeros. What would be the a space(?) in mathematics that comes very near to numerical floating points?