-
-
Couldn't load subscription status.
- Fork 680
Closed
Description
Even though Maxima can evaluate sech(0), Sage does this:
sage: cosh(0)
1
sage: sech(0)
sech(0)
It seems reasonable to fix this. Part of this is probably that sech is not a GiNaC function.
Component: symbolics
Keywords: sech, coth, csch
Author: Ralf Stephan
Branch/Commit: e064ff3
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/10074