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
DoubleUtils These are the utility functions to manipulate double and int.
NumberUtils These are the utility functions to manipulate Numbers.
Real A real number is an arbitrary precision number.
ScientificNotation Scientific notation expresses a number in this form x = a * 10b a is called the significand or mantissa, and 1 ≤ |a| < 10.
 

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


SuanShu, a Java numerical and statistical library

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