Extend sign analysis to sqr.
This commit is contained in:
parent
7fc38693ec
commit
694d2da4b3
|
@ -428,11 +428,9 @@
|
|||
[sgn (-Real . -> . -Real)]
|
||||
[pi -NonnegativeFlonum]
|
||||
[sqr (cl->* (-> -Pos -Pos)
|
||||
(-> -Nat -Nat)
|
||||
(-> -Integer -Integer)
|
||||
(-> -Integer -Nat)
|
||||
(-> -ExactRational -ExactRational)
|
||||
(-> -NonnegativeFlonum -NonnegativeFlonum)
|
||||
(-> -Flonum -Flonum)
|
||||
(-> -Flonum -NonnegativeFlonum)
|
||||
(-> -Real -Real)
|
||||
(-> -InexactComplex -InexactComplex)
|
||||
(-> N N))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user