Hello William,

I have done some changes to continued fractions in #14567. It has been
in positive review but I first would like to have your comments
because it affects the tests in two of your books. The main changes in
the interface are:
 * convergents(x) is deprecated (you need to do
continued_fraction(x).convergents())
 * continued fractions are now infinite precision by default on symbolic input
 * the methods cf.pn(n) and cf.qn(n) are deprecated in favor of
cf.p(n) and cf.q(n)
 * the print changes from [0, 1, 1, 1] to [0; 1, 1, 1] to distinguish the unit.

Please, tell me what you think.

All best
Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to