On Sep 14, 12:16 am, Robert Bradshaw <[email protected]> wrote: > > Alastair correctly deduced the issue that it can't tell if the number > is less than or greater than 2, what should it do here?
I do not know what it should do, but what I would have expected in this case is that continued_fraction would first compute the 53 bit approximation of the input, and then return the continued fraction of that approximation. Not returning anything is quite unexpected. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
