| Class | Description |
|---|---|
| Array |
BSD License
|
| FastMath |
Class providing math treatments that:
- are meant to be faster than those of java.lang.Math class (depending on
JVM or JVM options, they might be slower),
- are still somehow accurate and robust (handling of NaN and such),
- do not (or not directly) generate objects at run time (no "new").
|
| Histogram | |
| NumbersUtils |
Class containing various basic utility methods to deal with numbers.
|
Copyright © 2015. All rights reserved.