|
|
|
|
|
by pclmulqdq
848 days ago
|
|
In an abstract sense, floating-point division is a fundamentally different operation than integer division. There is not generally expected to be a remainder fron floating-point division aside from 0.5 ULP that will be rounded away. If you use it without considering rounding modes carefully and then round to integer, you can get some funny results. |
|