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->*
|
[inexact->exact (cl->*
|
||||||
(-Real . -> . -ExactRational)
|
(-Real . -> . -ExactRational)
|
||||||
(N . -> . N))]
|
(N . -> . N))]
|
||||||
|
[fl->exact-integer (cl->*
|
||||||
|
(-NonnegativeFlonum . -> . -Nat)
|
||||||
|
(-Flonum . -> . -Integer))]
|
||||||
|
|
||||||
[floor rounder]
|
[floor rounder]
|
||||||
[ceiling rounder]
|
[ceiling rounder]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user