Integral Solver
How to write functions:
- • Use parentheses correctly to specify the function's argument.
- • Use parentheses to correctly write fractions, multiplications, etc.
-
Name the functions correctly. Supported functions include:
exp(x)
,ln(x)
,cos(x)
,sin(x)
,cosh(x)
,sinh(x)
,tan(x)
,tanh(x)
,arccos(x)
,arcsin(x)
,arctan(x)
,argsinh(x)
,argcosh(x)
,argtanh(x)
,sqrt(x)
.
From
to