Add type for fl->exact-integer. Closes PR 11429.
This commit is contained in:
parent
58d1f75dc1
commit
54991835d6
|
@ -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