Age | Commit message (Expand) | Author |
2009-10-27 | reorder the log functions slightly; from thomas pfaff | Jason McIntyre |
2009-10-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | Mark Kettenis |
2009-10-24 | document log2() and log2f(); from thomas pfaff | Jason McIntyre |
2009-08-03 | remove, or replace Xr of ieee to either ilogb, nextafter or scalbn | Martynas Venckus |
2009-07-29 | now that the pages are split and we track separate HISTORY: | Martynas Venckus |
2009-07-29 | ieee, and ieeef aren't real, and the amount of functions it documents | Martynas Venckus |
2009-07-29 | ieee_test isn't real; rename header to logb, too | Martynas Venckus |
2009-07-28 | document scalbln, scalblnf, scalblnl | Martynas Venckus |
2009-07-06 | fe_towardzero not on openbsd. ok millert@ | Martynas Venckus |
2008-12-12 | document and mlink long double functions. ok jmc@ | Martynas Venckus |
2008-12-11 | remove an unneccessary addition to SEE ALSO: all the information | Jason McIntyre |
2008-07-30 | various markup/grammar fixes for previous, and a missing MLINK | Jason McIntyre |
2008-07-29 | add descriptions for fpclassify, isfinite, isnormal, nan, remquo, | Martynas Venckus |
2008-07-29 | - add man pages for nan and remainder, from freebsd | Martynas Venckus |
2008-07-29 | describe exp2, exp2f and mlink them | Martynas Venckus |
2008-07-29 | remove finite from ieee.3, and unmlink from makefile | Martynas Venckus |
2008-07-16 | ansify infnan example. sure millert@ | Martynas Venckus |
2008-06-16 | - update list of functions. add functions that have been added in | Martynas Venckus |
2008-06-12 | Makefile: fix MLINKS | Jason McIntyre |
2008-06-11 | - on non-ieee, rename gamma to tgamma, the 'true' gamma | Martynas Venckus |
2008-06-11 | drem{,f} are aliases for remainder{,f}, so: | Martynas Venckus |
2008-06-11 | close brackets; ok jmc@ | Martynas Venckus |
2008-06-10 | vax doesn't have inf/nan, finite always returns 1 | Martynas Venckus |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-06 | various cleanup: | Jason McIntyre |
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith |
2006-03-18 | add some more C99 functions: trunc(3) and truncf(3). | Brad Smith |
2006-03-05 | improvements from alexey dobriyan; | Jason McIntyre |
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
2004-01-02 | use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble; | Jason McIntyre |
2003-10-21 | hypot: uppercase Euclidean; new sentence new line | Jason McIntyre |
2003-06-26 | cabsf takes complex float not double | Jason Wright |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | section reorder; | Jason McIntyre |
2003-05-20 | - typos | Jason McIntyre |
2003-05-08 | ERROR -> ERRORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-05 | add properties of single precision IEE754 | Jason Wright |
2003-05-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre |
2003-04-30 | removed unused .Bd macro; | Jason McIntyre |
2003-03-28 | Bessel functions; | Jason McIntyre |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-01 | Use mdoc strings for !=, +-, >= and <= | Todd C. Miller |
2003-02-28 | .Xr the right pages | Jason Wright |
2003-02-28 | No need to waffle this much... s/roughly like/roughly | Jason Wright |
2003-02-28 | mention single precision versions | Jason Wright |
2003-02-28 | Convert to mdoc and make some very minor updates. Someone with libm clues | Todd C. Miller |
2003-02-27 | another pass at cleaning | Jason Wright |
2003-02-27 | even more cleaning (and more yet to do) | Jason Wright |
2003-02-27 | final pass at *f in terms of the double precision version. | Jason Wright |