sympy / sympy.github.com

SymPy's web page (sympy.org)
https://sympy.org/
188 stars 107 forks source link

How do I perform the related operations of complex functions? #171

Closed Swordcream closed 1 year ago

Swordcream commented 2 years ago

Which part of the official document introduces the operation of complex function (including derivative, integral, series, etc.), thanks.

asmeurer commented 1 year ago

Questions like this should go to the SymPy mailing list. This is the issue tracker for the SymPy website. To answer your question, all SymPy functions operate on complex numbers by default, so you do not need to do anything to enable complex number support.