j
k
j a
j l
Hello,
Common lisp's atan2 is atan called with the optional arg
To implement atan2 in math.lisp is trivial:
(defun |atan2| (y x) (atan (conv y) (conv x)))
Show replies by date
cinline-announce@common-lisp.net
Add to favorites Remove from favorites