I'm trying to make a simple C program, but I can't use my math functions like cos, pow. They are reported as undefined when I try to compile. But my first line is #define <math.h> and there exists a /usr/include/math.h The program is not at fault, it works in DOS ------- Additional Comments From 02/10/99 00:09 ------- Sorry I meant #include <math.h>
This is not a bug.