-
-
Notifications
You must be signed in to change notification settings - Fork 16
ExtendedNumerics
Adam White edited this page Oct 7, 2024
·
5 revisions
Structs | |
---|---|
BigDecimal |
Arbitrary precision decimal. All operations are exact, except for division. Division never determines more digits than the given precision. Based on code by Jan Christoph Bernack (http://stackoverflow.com/a/4524254 or jc.bernack at gmail.com) Modified and extended by Adam White (https://github.com/AdamWhiteHat) Further modified by Rick Harker, Rick.Rick.Harker@gmail.com |