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