Order of the Butterfly
Posts: 163 from 2010/2/12
I'm #including <math.h> but still getting this error message from GCC:
undefined reference to `atan2'
This code used to compile before I had to reformat and reinstall everything.
Am I missing some component?
It compiles fine under OS3.9 (SAS/C) and Windows (Visual C), just not MOS.
Isn't atan2() part of ANSI C (C89)?