Re: [PATCH] sinh(asinh(x)) and similar implemented (#1037)

2008-11-14 Thread Fabian Seoane
+1 On Nov 13, 2008, at 8:48 PM, Ondrej Certik wrote: The simplifications were already implemented for cosh(), so this patch fixes it for sinh() and tanh() as well. --- sympy/functions/elementary/hyperbolic.py | 28 +++ ++--

[PATCH] sinh(asinh(x)) and similar implemented (#1037)

2008-11-13 Thread Ondrej Certik
The simplifications were already implemented for cosh(), so this patch fixes it for sinh() and tanh() as well. --- sympy/functions/elementary/hyperbolic.py | 28 +-- .../functions/elementary/tests/test_hyperbolic.py | 10 ++- 2 files changed, 34 insertions(+),