Add type for integer-sqrt. Closes PR 11427.
This commit is contained in:
parent
e10f139ad8
commit
7a7fe577cd
|
@ -414,6 +414,12 @@
|
|||
(-NonnegativeFlonum . -> . -NonnegativeFlonum)
|
||||
(-FloatComplex . -> . -FloatComplex)
|
||||
(N . -> . N))]
|
||||
[integer-sqrt (cl->*
|
||||
(-Zero . -> . -Zero)
|
||||
(-NonnegativeFixnum . -> . -NonnegativeFixnum)
|
||||
(-Nat . -> . -Nat)
|
||||
(-NonnegativeFlonum . -> . -NonnegativeFlonum)
|
||||
(-Real . -> . N))]
|
||||
[log (cl->*
|
||||
(-Pos . -> . -Real)
|
||||
(-FloatComplex . -> . -FloatComplex)
|
||||
|
|
Loading…
Reference in New Issue
Block a user