Up
–
Package index
» bigdecimal
bigdecimal
API
Library bigdecimal
bigdecimal
LICENSE
Library
bigdecimal
Bigdecimal
Sources
API
Library bigdecimal
Bigdecimal
A high-precision representation of decimal numbers as
mantissa * 10^exponent
, where the mantissa is internally a
Bigint.t
and the exponent is an
int
.