Skip to content

Instantly share code, notes, and snippets.

@starenka
Created December 18, 2013 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save starenka/8020060 to your computer and use it in GitHub Desktop.
Save starenka/8020060 to your computer and use it in GitHub Desktop.
>>> from decimal import Decimal
>>> Decimal(10.2+30)
Decimal('40.2000000000000028421709430404007434844970703125')
>>> _ == Decimal(40.2)
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment