Mail Archives: djgpp/2000/01/31/18:12:17
OK, I'm a bit late, but thanks a lot to everybody who answered my question,
BUT WHAT MEANS ATAN2 AND CEIL ?
btw, where can you find such information anyway?
Thanks,
Bram
David Cleaver wrote:
> Actually it is in <math.h>, NOT in <dos.h>.
>
> I've pasted below some of the functions found in math.h:
>
> double acos(double _x);
> double asin(double _x);
> double atan(double _x);
> double atan2(double _y, double _x);
> double ceil(double _x);
> double cos(double _x);
> double cosh(double _x);
> double sin(double _x);
> double sinh(double _x);
> double sqrt(double _x);
> double tan(double _x);
> double tanh(double _x);
>
> You get the picture. Hope this helps...
>
> -David C.
- Raw text -