don’t use `math`

main
Matthew Butterick 5 years ago
parent 5fc17d8b8f
commit 8841fe7998

@ -32,7 +32,7 @@
1)))) 1))))
#:post-decode (λ (h) (hash-ref h 'val)))) #:post-decode (λ (h) (hash-ref h 'val))))
(require math) (define pi 3.141592653589793)
(check-xenomorphic real pi) (check-xenomorphic real pi)
(define complex (x:list #:type real (define complex (x:list #:type real

Loading…
Cancel
Save