Restore testing of sqrt and log.

original commit: c4743724cda112cf051d287764aa21f1e7469665
This commit is contained in:
Vincent St-Amour 2012-06-09 22:07:43 -04:00
parent b64696f560
commit a8d6407857

View File

@ -63,9 +63,8 @@
(ceiling E)
(truncate E)
(round E)
;; uncomment when single-flonum complex types are fixed
;(sqrt E)
;(log E)
(sqrt E)
(log E)
(exp E)
(cos E)
(sin E)