integrate(atan(x*(x^2+1)^(1/2)),x)
integrate(tanh(x)/(exp(x)+exp(2*x))^(1/2),x)
integrate((2+2*tan(x)+tan(x)^2)^(1/2),x)
...
These integrals are different between trunk and this patch.
(same as 1.3.9.)
- Qian
On 12/20/23 02:03, Waldek Hebisch wrote:
On Tue, Dec 19, 2023 at 06:14:16PM +0800, Qian Yun wrote:
Just to clarify, you revert some class of biquadratic to old behavior,
right?
'quartic2' only handles case of complex roots, if is did anything to
equations with reals roots, then this was a bug. In the patch added
case for biquadratic should handle all cases that where correctly
handled by version in trunk and handle also cases with real roots.
The only unhandled biquadratics are ones where we can not determine
configuration of roots. I think that version in trunk is unable
to handle them too.
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/b39fc006-c555-4e31-8cc8-47b2b912a74a%40gmail.com.