On Tue, May 29, 2018 at 4:15 PM Steffen M��rcker <
merkste@web.de> wrote:
Dear Serge,
on the VM mailing list, Levente pointed out, that this could also be��
related to some lib the VM uses (e.g., Freetype) that might change the��
rounding mode. I'll dig into it and give your idea a try and come back��
with the results.
��
I think it would be nice to have in Pharo 7. But before I want to make��
sure it a) works as expected and b) does not cause some nasty side effects.
���Yes in order to avoid any side effect, we can use what you propose before.
An API like :
Double roundToMinusInfWhile: [... code goes here ...]���
���so we don't expose the rest of the system to these modifications.
See you.���
--