switch to racket/math
This commit is contained in:
parent
a6fc7d944f
commit
f6edd2ee57
4
word.rkt
4
word.rkt
|
@ -3,7 +3,7 @@
|
||||||
racket/match
|
racket/match
|
||||||
racket/contract/base
|
racket/contract/base
|
||||||
racket/flonum
|
racket/flonum
|
||||||
math/flonum
|
racket/math
|
||||||
racket/format
|
racket/format
|
||||||
racket/generic
|
racket/generic
|
||||||
lux/chaos)
|
lux/chaos)
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
#:precision 1)
|
#:precision 1)
|
||||||
"ms; "
|
"ms; "
|
||||||
"FPS: "
|
"FPS: "
|
||||||
(if (flinfinite? fps)
|
(if (infinite? fps)
|
||||||
"inf"
|
"inf"
|
||||||
(~r fps
|
(~r fps
|
||||||
#:min-width 10
|
#:min-width 10
|
||||||
|
|
Loading…
Reference in New Issue