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