lean2/tests/lean/arith5.lean
Leonardo de Moura 4401b390fe refactor(library/arith): do not load specialfn by default
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-30 11:25:43 -08:00

8 lines
No EOL
113 B
Text

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