
29 Mar
2008
29 Mar
'08
11:11 a.m.
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)))