wip authored by Frédéric Bapst's avatar Frédéric Bapst
...@@ -603,7 +603,7 @@ original wrapper Float/Double brings several problems, eg signature conflicts, o ...@@ -603,7 +603,7 @@ original wrapper Float/Double brings several problems, eg signature conflicts, o
comparison (compareTo/equals) misbehavior. comparison (compareTo/equals) misbehavior.
* The implementation of the models is really naive. For instance, we do not compute * The implementation of the models is really naive. For instance, we do not compute
every Math.* operations with the required precision with BigDecimals. every Math.* operations with the required precision in the BigDecimal model.
* Of course, the slow-down is very important. * Of course, the slow-down is very important.
... ...
......