From 8841fe7998dc7f5bd5b884d74ebdc269b98ba55d Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 23 May 2019 12:54:43 -0700 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20use=20`math`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xenomorph/xenomorph/test/api-test.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenomorph/xenomorph/test/api-test.rkt b/xenomorph/xenomorph/test/api-test.rkt index 052929b9..f45ee945 100644 --- a/xenomorph/xenomorph/test/api-test.rkt +++ b/xenomorph/xenomorph/test/api-test.rkt @@ -32,7 +32,7 @@ 1)))) #:post-decode (λ (h) (hash-ref h 'val)))) -(require math) +(define pi 3.141592653589793) (check-xenomorphic real pi) (define complex (x:list #:type real