<div id="comment:0"></div> 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`](https://github.com/sagemath/sagetrac-mirror/commit/e064ff3a8cc50f28ccdac848c4eab688875d26e8)** Reviewer: **Frédéric Chapoton** _Issue created by migration from https://trac.sagemath.org/ticket/10074_