
dotnet-big-decimal
An implementation of a BigDecimal
library for .net. Arbitrarily large numbers, with precision of up to 64K digits after the decimal dot.
Note that while only 65,535 digits are available after the decimal dot, you can have as large a number as you want without sacrificing precision - this is not a floating point number.
Supports:
* Conversion from any built-in numeric type, parsing from strings, and ToString
.
* Operators +
, -
and *
Project Information
The project was created on Aug 7, 2012.
- License: MIT License
- 1 stars
- hg-based source control
Labels:
DotNet
BigDecimal