Add type for fl->exact-integer. Closes PR 11429.
original commit: 54991835d603a81ddaee6845e4930bfe0ab9de24
This commit is contained in:
parent
8d3499453f
commit
26a2fd0163
|
@ -381,6 +381,9 @@
|
|||
[inexact->exact (cl->*
|
||||
(-Real . -> . -ExactRational)
|
||||
(N . -> . N))]
|
||||
[fl->exact-integer (cl->*
|
||||
(-NonnegativeFlonum . -> . -Nat)
|
||||
(-Flonum . -> . -Integer))]
|
||||
|
||||
[floor rounder]
|
||||
[ceiling rounder]
|
||||
|
|
Loading…
Reference in New Issue
Block a user