Algebrite icon indicating copy to clipboard operation
Algebrite copied to clipboard

integrals of arctanh, arcsinh, arccosh not implemented

Open murkle opened this issue 8 years ago • 0 comments

Algebrite.run("derivative(integral(arctanh(x)))")
"Stop: integral: sorry, could not find a solution"
Algebrite.run("derivative(integral(arcsinh(x)))")
"Stop: integral: sorry, could not find a solution"
Algebrite.run("derivative(integral(arccosh(x)))")
"Stop: integral: sorry, could not find a solution"

murkle avatar May 24 '16 14:05 murkle