wip authored by Frédéric Bapst's avatar Frédéric Bapst
...@@ -499,6 +499,8 @@ Two nice tools to enrich Java arithmetic capabilities, on-the-fly: ...@@ -499,6 +499,8 @@ Two nice tools to enrich Java arithmetic capabilities, on-the-fly:
- Wrapper for float/double: wraps every double/float in richer objects. Current - Wrapper for float/double: wraps every double/float in richer objects. Current
models include BigDecimal (you choose the precision), interval computation, models include BigDecimal (you choose the precision), interval computation,
discrete stochastic arithmetic, and even automatic differentiation. discrete stochastic arithmetic, and even automatic differentiation.
```
```
----------------- OPTIONS ----------------- ----------------- OPTIONS -----------------
-Ca,--all Sniff everywhere (this is the default behavior) -Ca,--all Sniff everywhere (this is the default behavior)
-Ccasts Sniff in casts opcodes -Ccasts Sniff in casts opcodes
... ...
......