lean2/tests/lean/arith5.lean
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
No EOL
95 B
Text

Variable x : Real
Eval sinh(x)
Eval cosh(x)
Eval tanh(x)
Eval coth(x)
Eval sech(x)
Eval csch(x)