from sympy import * x=symbols('x') def der(n): y=log(sin(x)) yn=diff(y,x,n) print(yn)
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!