Bug in ISC <math.h> include file

Michael Haberler MAH at awiwuw11.wu-wien.ac.at
Tue Aug 28 01:54:50 AEST 1990


The ANSI declaration for fmod() in /usr/include/math.h looks
broken to me; the manual says fmod takes two doubles as arguments
but the declaration in <math.h> reads

double  fmod(double);

instead of

double  fmod(double,double);


Am I missing something?


-michael



More information about the Comp.unix.i386 mailing list