Re-enable testing of hyperbolic trigonometry functions.

This commit is contained in:
Vincent St-Amour 2013-03-27 16:31:59 -04:00
parent 990fa87a2e
commit 70a8b79d0e

View File

@ -30,9 +30,6 @@
;; (exact-floor E)
;; (exact-ceiling E)
;; (exact-truncate E)
;; (sinh E)
;; (cosh E)
;; (tanh E)
;; (nan? E)
;; (infinite? E)
;; ]
@ -177,6 +174,9 @@
(sqr E*)
(make-rectangular E* E*)
(make-polar E* E*)
(sinh E)
(cosh E)
(tanh E)
])
;; generated from: (map car (file->list "base-env-parts"))