Hi,

I always thought there are "floor" and "ceiling" functions in math. But in 
Sage,

{{{
sage: ceil(pi)
4
sage: floor(pi)
3
sage: ceiling(pi)
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-31-fe259b1cbe83> in <module>()
----> 1 ceiling(pi)

NameError: name 'ceiling' is not defined
}}}

I guess, one principle in Sage is to use the full name unless an 
abbreviated form is already firmly rooted in our culture. So I propose to 
change the name ceil to ceiling everywhere and allow ceil as an alternative 
short form.

If you agree, then I will make a ticket.

Cheers.

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to