libm: Import fdim{,f,l} functions from FreeBSD.
[dragonfly.git] / include / math.h
2009-07-12 Stathis Kamperislibm: Import fdim{,f,l} functions from FreeBSD.
2009-07-12 Stathis Kamperislibm: Import fmax{,f,l} and fmin{,f,l} functions from...
2009-04-07 Peter AvalosReplace frexp(3) with MI code and add a frexpl(3) funct...
2007-06-17 Peter AvalosSync with NetBSD.
2007-06-17 Peter AvalosAdd nan, nanf, nanl.
2007-06-17 Peter AvalosAdd trunc and truncf.
2007-06-16 Peter AvalosAdd log2 and log2f.
2006-05-17 Sascha WildnerRemove isinff and isnanf prototypes. Our isinf and...
2005-08-26 Joerg SonnenbergerDon't define infinite macros when we want to define...
2005-08-10 Joerg SonnenbergerIf possible, use builtin constants for newer GCC versio...
2005-07-26 Joerg SonnenbergerFreeBSD and NetBSD both use derivates of Sun's math...
2005-07-25 Joerg SonnenbergerGC unused header from BSD libm.
2004-09-13 Matthew Dillonscalb() takes two doubles, not (double, int) (though...
2003-11-14 Matthew DillonRemove __P() macros from include/
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: