资 源 简 介
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 *