Class | Description |
---|---|
BigDecimal |
This class represents immutable arbitrary precision decimal numbers.
|
BigDecimal |
This class represents immutable arbitrary precision decimal numbers.
|
BigInteger |
This class represents immutable integer numbers of arbitrary length.
|
BigInteger |
This class represents immutable integer numbers of arbitrary length.
|
BitLevel |
Static library that provides all the bit level operations for
BigInteger . |
Conversion |
Static library that provides
BigInteger base conversion from/to any
integer represented in a String Object. |
Division |
Static library that provides all operations related with division and modular
arithmetic to
BigInteger . |
Elementary |
Static library that provides the basic arithmetic mutable operations for
BigInteger . |
Logical |
The library implements some logical operations over
BigInteger . |
MathContext |
Immutable objects describing settings such as rounding mode and digit
precision for the numerical operations provided by class
BigDecimal . |
MathContext |
Immutable objects describing settings such as rounding mode and digit
precision for the numerical operations provided by class
BigDecimal . |
Multiplication |
Static library that provides all multiplication of
BigInteger
methods. |
Primality |
Provides primality probabilistic methods.
|
RoundingMode |
Specifies the rounding behavior for operations whose results cannot be
represented exactly.
|
Enum | Description |
---|---|
RoundingMode |
Specifies the rounding behavior for operations whose results cannot be
represented exactly.
|
Copyright © 2018. All rights reserved.