Is there an arbitrary-precision decimal class available for C#? I've seen a couple of arbitrary precision integer classes, but that's not quite the same thing.
You can use J# library's java.math.BigDecimal class if you have it installed. Just add a reference to vjslib.
java.math.BigDecimal
vjslib
/me remembers one of the betas in which we had System.Numeric.BigDecimal, sigh
1.4m articles
1.4m replys
5 comments
57.0k users