SymPy Gamma logo SymPy Gamma

im (symbols ("x",imaginary =T))
Abs(-I*x)
atan2(*(-I*x).as_real_imag()).evalf()
conjugate(-I*x)
solve(-I*x, x)
diff(-I*x, x)
series(-I*x, x, 0, 10)
See what Wolfram|Alpha has to say.

Need more control? Try SymPy Live.