Mail Archives: djgpp/2000/01/29/01:06:00
is atn (arctan, bgtg, atan, tan^(-1) or whatever) there too?
Sahab Yazdani wrote:
> all of those functions are in the dos.h file, so to use them you would:
>
> #include <dos.h>
>
> void main() {
> foo = sin( angle );
> foo2 = cos( angle );
> }
>
> Bram de Greve wrote:
> >
> > Hi,
> >
> > I'm new in djgpp and I have a big problem:
> > WHAT HAPPENED TO SIN & COS IN C++?
> > I'm mean, where can I find sin, cos and atn?
> >
> > It would be very pleasant if I could use those fellows without
> > having to define it myself (yes, you can do that, with Taylor :)
> >
> > Thanks in advance,
> > Bram de Greve
>
> --
> ***********************************************************
> * Sahab Yazdani * "We are all who we are, no more and no *
> * Thornhill S.S * less" - al'Lan Mandragoran *
> ***********************************************************
> * http://pheonixware.8m.com/ *
> ***********************************************************
- Raw text -