BigDecimal
A floating point decimal number with arbitrary precision.
Parameters
the String representation of this decimal number
A floating point decimal number with arbitrary precision.
Parameters
the String representation of this decimal number
A floating point decimal number with arbitrary precision.
Parameters
the String representation of this decimal number
Constructors
Create an instance of BigDecimal from a mantissa and exponent.
A floating point decimal number with arbitrary precision.
Create an instance of BigDecimal from a mantissa and exponent.
A floating point decimal number with arbitrary precision.
Create an instance of BigDecimal from a mantissa and exponent.
Properties
The exponent of this decimal number. If zero or positive, this represents the number of digits to the right of the decimal point. If negative, the mantissa is multiplied by ten to the power of the negation of the scale.
The exponent of this decimal number. If zero or positive, this represents the number of digits to the right of the decimal point. If negative, the mantissa is multiplied by ten to the power of the negation of the scale.
The significant digits of this decimal value
The significant digits of this decimal value
The significant digits of this decimal value
Functions
Compare this value to the given value for in/equality
Compare this value to the given value for in/equality
Compare this value to the given value for in/equality
Checks if this value is equal to the given object
Checks if this value is equal to the given object
Returns the difference of this value and the given value
Returns the difference of this value and the given value
Returns the difference of this value and the given value
Returns the sum of this value and the given value
Returns the sum of this value and the given value
Returns the sum of this value and the given value
Returns the decimal (i.e., radix-10) string representation of this value in long-form (i.e., not scientific) notation
Returns the decimal (i.e., radix-10) string representation of this value in long-form (i.e., not scientific) notation
Returns the decimal (i.e., radix-10) string representation of this value in long-form (i.e., not scientific) notation
Returns the decimal (i.e., radix-10) string representation of this value using scientific notation if an exponent is needed
Returns the decimal (i.e., radix-10) string representation of this value using scientific notation if an exponent is needed