switch to racket/math

This commit is contained in:
Jay McCarthy 2018-11-15 19:33:22 -05:00
parent a6fc7d944f
commit f6edd2ee57
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
racket/match
racket/contract/base
racket/flonum
math/flonum
racket/math
racket/format
racket/generic
lux/chaos)
@ -38,7 +38,7 @@
#:precision 1)
"ms; "
"FPS: "
(if (flinfinite? fps)
(if (infinite? fps)
"inf"
(~r fps
#:min-width 10