[sage-devel] Re: how to import and use floor from sage.calculus?

2009-04-20 Thread Minh Nguyen
On Mon, Apr 20, 2009 at 7:20 AM, Mike Hansen wrote: > >> >> But this floor function can return a floating point number, so I would >> need to coerce its result to type Integer. Did I miss any other import >> statements to make sage.calculus.calculus import Function_floor >> return a result of ty

[sage-devel] Re: how to import and use floor from sage.calculus?

2009-04-20 Thread Mike Hansen
> > But this floor function can return a floating point number, so I would > need to coerce its result to type Integer. Did I miss any other import > statements to make  sage.calculus.calculus import Function_floor > return a result of type integer? This is because Function_floor is a class and t