Ask Your Question

trrrrrr's profile - activity

2018-12-20 00:06:46 +0200 received badge  Student (source)
2018-12-19 23:57:15 +0200 asked a question How to import functions to program?

Hello, Sory for stupid question. Im new to sage and I would like to import a class/base that will allow me to use convergent() and numerator() functions. How could I do that?

I found class sage.rings.continued_fraction.ContinuedFraction_base Bases: sage.structure.sage_object.SageObject

However when trying something like import, it doesn't work ..