Re-enable testing of hyperbolic trigonometry functions.

original commit: 70a8b79d0e3a0a5c3e70a798ae8e24940d2ace43
This commit is contained in:
Vincent St-Amour 2013-03-27 16:31:59 -04:00
parent e1a6cc3618
commit 948d4afbf8

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"))