Jan. 15, 2018
11:27 a.m.
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? Best, Steffen