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 On Fri, May 5, 2017 at 1:48 PM, Chris L <[email protected]> wrote: > 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 > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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 > <https://groups.google.com/d/msgid/sympy/62923bee-c4eb-4491-af80-81d27deef253%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAKgW%3D6Lhsmso%2BaOxbOxaoODaw3xV%2BY5Wb_b_9zDwX8TK0mC6Nw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
