In one of the many threads about this (five years ago!) I mentioned Mike Colinshaw's excellent work:
http://speleotrove.com/decimal/ This is an excellent and correct library. I can be inspiration for a native Go implementation. On Wed, Apr 5, 2017 at 4:51 PM, Mandolyte <[email protected]> wrote: > Doesn't help with operators, but noticed this: > https://www.cockroachlabs.com/blog/apd-arbitrary-precision- > decimal-package/ > > > On Wednesday, March 29, 2017 at 1:27:22 PM UTC-4, [email protected] > wrote: >> >> >> No! >> >> >> We want to use operators like + , - , * and / with decimal values. This >> is actualy a "No Go" ! >> > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Michael T. Jones [email protected] -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
