Re: [AD] sin, cos, sincos |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
On 22 Oct 2001, Vincent Penquerc'h <Vincent.Penquerch@xxxxxxxxxx> wrote: > + sincos(&cosine, &sine, value); According to info libc (under Linux), sincos is declared like this: void sincos (double X, double *SINX, double *COSX); Under djgpp it appears to be different. Which one is "right"?
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |