From a8d640785762bbea0fe7bf7c0aedc5ba998722a4 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Sat, 9 Jun 2012 22:07:43 -0400 Subject: [PATCH] Restore testing of sqrt and log. original commit: c4743724cda112cf051d287764aa21f1e7469665 --- collects/tests/typed-racket/tr-random-testing.rkt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/collects/tests/typed-racket/tr-random-testing.rkt b/collects/tests/typed-racket/tr-random-testing.rkt index e50ce2c3..fd79fd73 100644 --- a/collects/tests/typed-racket/tr-random-testing.rkt +++ b/collects/tests/typed-racket/tr-random-testing.rkt @@ -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)