Small oversight in random testing.

This commit is contained in:
Vincent St-Amour 2014-04-22 17:25:02 -04:00
parent 4c19f273cd
commit 22ff5d1563

View File

@ -138,9 +138,9 @@
(sqr E*)
(make-rectangular E* E*)
(make-polar E* E*)
(sinh E)
(cosh E)
(tanh E)
(sinh E*)
(cosh E*)
(tanh E*)
])
;; generated from: (map car (file->list "base-env-parts"))