Hi!

Question out of ignorance: What do you mean by a 'standard function'?
Is it calculus stuff such as sin and cos, or do you mean Python
functions?

If it is the latter, you may get a list of all callable objects in the
global name space by
  sage: F = [f for f in globals().values() if callable(f)]

If it is the former: Sorry, I am more into algebra, and mathematically
I am no friend of standardised knowledge.

Best regards,
Simon

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

To unsubscribe, reply using "remove me" as the subject.

Reply via email to