| Class | Description |
|---|---|
| DoubleWrapper | |
| FastMath |
Class providing math treatments that:
- are meant to be faster than java.lang.Math class equivalents (if any),
- are still somehow accurate and robust (handling of NaN and such),
- do not (or not directly) generate objects at run time (no "new").
|
| IntWrapper | |
| NumbersUtils |
Class containing various basic utility methods to deal with numbers.
|
| StrictFastMath |
Strict version of FastMath (and not a fast version of StrictMath,
which would rather be called FastStrictMath), through delegation
to StrictMath (instead of Math) and use of strictfp.
|
Jas4pp 1.5 © Java Analysis Studio for Particle Physics