Fix type of sqrt
svn: r17273
This commit is contained in:
parent
d0c8a19ce8
commit
a1f647121d
|
@ -107,7 +107,7 @@
|
||||||
[rationalize (N N . -> . N)]
|
[rationalize (N N . -> . N)]
|
||||||
[expt (cl->* (-Integer -Integer . -> . -Integer) (N N . -> . N))]
|
[expt (cl->* (-Integer -Integer . -> . -Integer) (N N . -> . N))]
|
||||||
[sqrt (cl->*
|
[sqrt (cl->*
|
||||||
(-Real . -> . -Real)
|
(-Nat . -> . -Real)
|
||||||
(N . -> . N))]
|
(N . -> . N))]
|
||||||
[log (cl->*
|
[log (cl->*
|
||||||
(-Pos . -> . -Real)
|
(-Pos . -> . -Real)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user