More precise type for expt.
This commit is contained in:
parent
4d43c21565
commit
0a45e0e361
|
@ -397,6 +397,7 @@
|
|||
(-Real -Real . -> . N))]
|
||||
[expt (cl->* (-Nat -Nat . -> . -Nat)
|
||||
(-Integer -Nat . -> . -Integer)
|
||||
(-Integer -Integer . -> . -ExactRational)
|
||||
(-Real -Integer . -> . -Real)
|
||||
(-InexactComplex -InexactComplex . -> . -InexactComplex)
|
||||
(N N . -> . N))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user