lean2/tests/lean/arith5.lean.expected.out
Leonardo de Moura 72188691de Add hyperbolic functions
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-02 17:28:43 -07:00

7 lines
405 B
Text

Assumed: x
(1 + -1 * (exp (-2 * x))) / (2 * (exp (-1 * x)))
(1 + (exp (-2 * x))) / (2 * (exp (-1 * x)))
(1 + -1 * (exp (-2 * x))) / (2 * (exp (-1 * x))) / ((1 + (exp (-2 * x))) / (2 * (exp (-1 * x))))
(1 + (exp (-2 * x))) / (2 * (exp (-1 * x))) / ((1 + -1 * (exp (-2 * x))) / (2 * (exp (-1 * x))))
1 / ((1 + (exp (-2 * x))) / (2 * (exp (-1 * x))))
1 / ((1 + -1 * (exp (-2 * x))) / (2 * (exp (-1 * x))))