API Overview API Index Direct link to this page
JDK 1.6
  Package: java.math
Author(s)
Since
JDK1.1
Version
Serial
Description
  Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
See also:   
BigDecimal View Source Immutable, arbitrary-precision signed decimal numbers.
BigInteger View Source Immutable arbitrary-precision integers.
MathContext View Source Immutable objects which encapsulate the context settings which describe certain rules for numerical operators, such as those implemented by the BigDecimal class.
RoundingMode View Source Specifies a rounding behavior for numerical operations capable of discarding precision.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar