add type for 2-arg `atan'
This commit is contained in:
parent
4183a3f32a
commit
9ab4887e58
|
@ -136,7 +136,7 @@
|
|||
[tan (N . -> . N)]
|
||||
[acos (N . -> . N)]
|
||||
[asin (N . -> . N)]
|
||||
[atan (N . -> . N)]
|
||||
[atan (cl->* (N . -> . N) (-Real -Real . -> . N))]
|
||||
[gcd (null -Integer . ->* . -Integer)]
|
||||
[lcm (null -Integer . ->* . -Integer)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user