[comp.lang.c] atan2 in Aztec C

sjk@utastro.UUCP (Scot Kleinman) (02/17/89)

Hi,
I'm working with Aztec C 3.6a on an Amiga 1000 and recently wanted
to use the atan2 function instead of atan.  My problem however, was that I
couldn't figure out where this function was.  I tried linking with m, m8
and something else, but if I got the linker past atan2, it barfed at the
other math functions I was using. The manual offered little help in this
matter, telling me all math functions are in either m.lib or m8.lib.  

I'm sure it's something simple, could somebody please enlighten me as to 
what I should do to make this function accessible to my programs?

Thanks.  

scot
sjk@astro.as.utexas.edu
Thanks a million! - Phil Alvin

murphy@pur-phy (William J. Murphy) (02/17/89)

As I recall, atan2 is not available for the Manx 3.6.  I ended up taking
the code from our libraries on unix and compiling them to have access to
atan2, j0, j1, y0, and y1.  I had some help in finding these functions
on our system, but they worked just fine.
Bill Murphy
murphy@newton.physics.purdue.edu