SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.number

Interface Summary
NumberUtils.Comparable<T extends Number> We need a precision parameter to determine whether two numbers are close enough to be treated as equal.
 

Class Summary
Counter This class counts the number of repeated numbers.
DoubleUtils This class collects the utility functions to manipulate data of types double and int.
NumberUtils This class collects the utility functions to manipulate data of type Number.
Real This class represents an arbitrary precision real number.
ScientificNotation Scientific notation expresses a number in this form x = a * 10b a is called significand or mantissa, and 1 ≤ |a| < 10.
 

Enum Summary
DoubleUtils.RoundingScheme the schemes available to round a number.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.