sage: a = 1/(48*sqrt(1)) - 7/(96*1**(3/2)) + 3/(32*1**(5/2)) - 5/
(128*1**(7/2))
sage: a
1/384
sage: for k in range(5): print a.n(digits=10-k)
....:
0.002604166668
0.00260416669
0.0026041665
0.002604164
0.00260419
sage: b = 1/384
sage: for k in range(5): print b.n(digits=10-k);
....:
0.002604166667
0.00260416667
0.0026041667
0.002604167
0.00260417

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to