Re-enable testing of hyperbolic trigonometry functions.
This commit is contained in:
parent
990fa87a2e
commit
70a8b79d0e
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user