Posted by Dom on Thu 7 May 23:02
report abuse | download | new post
- #!/usr/bin/python
- from mpmath import *
- mp.dps = 100
- print mp
- range = mpf('2') ** mpf('128')
- p_not_identity = (range - mpf('1')) / range
- print p_not_identity ** range
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.