We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144a6dc commit 8bd2e16Copy full SHA for 8bd2e16
math-lib/info.rkt
@@ -2,8 +2,7 @@
2
3
(define collection 'multi)
4
5
-(define deps '(["base" #:version "6.11.0.6"]
6
- "r6rs-lib"
+(define deps '(["base" #:version "8.16.0.4"]
7
["typed-racket-lib" #:version "1.14"]
8
("math-i386-macosx" #:platform "i386-macosx")
9
("math-x86_64-macosx" #:platform "x86_64-macosx")
math-lib/math/private/bigfloat/mpfr.rkt
@@ -12,8 +12,6 @@
12
racket/runtime-path
13
racket/promise
14
racket/serialize
15
- (only-in rnrs/arithmetic/bitwise-6
16
- bitwise-first-bit-set)
17
"gmp.rkt"
18
"utils.rkt")
19
0 commit comments