Reference for known function keywords

13 views
Skip to first unread message

Chris L

unread,
May 5, 2017, 1:48:45 PM5/5/17
to sympy
Is there a complete reference list of known function keywords which sympy recognises?
An example from another package would be:
  • Functions (min, max, avg, sum, abs, ceil, floor, round, roundn, exp, log, log10, logn, pow, root, sqrt, clamp, inrange, swap)
  • Trigonometry (sin, cos, tan, acos, asin, atan, atan2, cosh, cot, csc, sec, sinh, tanh, d2r, r2d, d2g, g2d, hyp)
  • Logical operators (and, nand, nor, not, or, xor, xnor, mand, mor)
Thanks,
Chris

Aaron Meurer

unread,
May 5, 2017, 1:56:55 PM5/5/17
to sy...@googlegroups.com
The docs should list most of the functions in SymPy. See http://docs.sympy.org/latest/modules/index.html. You can also run 

import sympy
dir(sympy)

to see all the names that are defined by SymPy.

Aaron Meurer

--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscribe@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/62923bee-c4eb-4491-af80-81d27deef253%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages