| 1 | initial version |
What's wrong with this :
sage: continued_fraction([1]*12).n()
1.61805555555556
sage: continued_fraction([1]*12)._rational_()
233/144
sage: continued_fraction([1]*8)._rational_().n()
1.61904761904762
| 2 | No.2 Revision |
What's wrong with this :
sage: continued_fraction([1]*12).n()
1.61805555555556
sage: continued_fraction([1]*12)._rational_()
233/144
sage: continued_fraction([1]*8)._rational_().n()
1.61904761904762
continued_fraction([1]*12)._rational_().n()
1.61805555555556
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.