On Sun, 2 Sep 2018 09:58:39 -0700 (PDT)
Manlio Perillo <manlio.peri...@gmail.com> wrote:

> Then can I assume that all people using the Python decimal module are going 
> to jail?

Not **all**. Only ones using it where either law or mutual agreements mandate
fixed point calculations and mandate strict rounding rules (i.e. where the
final owner of rounded off micropennies is known :)

The decimal floats libraries are ok, esp. for analytics purposes but for
typical money calculations old "use ints, Luke" ways are both faster and
more error-prone. YMMV ofc.

> Manlio 

-- 
Wojciech S. Czarnecki
 << ^oo^ >> OHIR-RIPE

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to