login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for Test revision 9 of 16

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Editor: TheDoctor
Time: 2022/01/03 01:32:31 GMT+0
Note:

changed:
-integrate(x^m*(sec(x))^n,x) 
integrate((x^2-1)*arctan(a*x),x)

fricas
integrate((x^2-1)*arctan(a*x),x)
There are no library operations named arctan Use HyperDoc Browse or issue )what op arctan to learn if there is any operation containing " arctan " in its name.
Cannot find a definition or applicable library operation named arctan with argument type(s) Polynomial(Integer)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.