lean2/tests/lean/arith5.lean

8 lines
113 B
Text
Raw Normal View History

import specialfn.
variable x : Real
eval sinh(x)
eval cosh(x)
eval tanh(x)
eval coth(x)
eval sech(x)
eval csch(x)