Convey Christian J NPRI wrote: > I'm new to Erlang programming, but I have a scientific application that > needs the "atan2" function, as opposed to "atan". math:atan2(X,Y) The math module is described here: http://www.erlang.org/doc/apps/stdlib/index.html /Richard