Skip to content

Instantly share code, notes, and snippets.

@yangg
Created January 31, 2012 01:37
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 yangg/1708117 to your computer and use it in GitHub Desktop.
Save yangg/1708117 to your computer and use it in GitHub Desktop.
最神奇的除法:1/998001
from decimal import Decimal
print 1/Decimal(998001)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment