Arbitrary precision decimals in C#?

Solution 1:

You can use J# library's java.math.BigDecimal class if you have it installed. Just add a reference to vjslib.

/me remembers one of the betas in which we had System.Numeric.BigDecimal, sigh