Small oversight in random testing.

original commit: 22ff5d15633968f86e42d3e88b07437608ef2917
This commit is contained in:
Vincent St-Amour 2014-04-22 17:25:02 -04:00
parent fb70969f1a
commit ceb3a6d5ef

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