|
|
| javasoft.ch |
IntArray,
LongArray and DoubleArray — growable arrays
with many utility methods — have been very useful.
→ javasoft-core.jar (classes and sources)
BigFraction is available, with big integer
numerator and denominator for exact computations in the rationals.
Conversion from and to standard Java number types are available.
Furthermore, generic number operations for the most common Java number types
are defined. This concept makes it easy to implement algorithms supporting
different number types for algebraic computations.
→ javasoft-numeric.jar (classes and sources)
|
|
|