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