-
-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
Milestone
Description
continued_fraction(sqrt(2))
[1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1]
the last two digits are incorrect
continued_fraction(sqrt(109))
[10, 2, 3, 1, 2, 4, 1, 6, 6, 1, 4, 2, 1, 3, 2, 20, 3]
the last digit (3) is incorrect
See http://groups.google.com/group/sage-devel/browse_thread/thread/ab840e109863fcf3/c38d571a161b7628
Component: basic arithmetic
Author: William Stein
Reviewer: Willem Jan Palenstijn
Merged: sage-4.3.2.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/5107