Hi,
is there any way to set the rounding mode for IEEE floating point
operations? Maybe something like
Double roundToMinusInfWhile: [... code goes here ...]Double roundToZeroWhile: [... more code here ...]
If not, is it possible to add this behavior, e.g., via a custom primitive?
| "Programs must be written for people to read, and only incidentally for machines to execute." |