Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-19 | Add barebones manual pages for cimag(3), conj(3) and cproj(3) | Todd C. Miller | |
OK kettenis@ jmc@ | |||
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2010-02-20 | Multiple issues were killing the build with mandoc(1), thus: | Ingo Schwarze | |
* do not use low-level roff macros like .if and .ds * add the missing .Os to the preamble * move unqualified text out of .Bl ok jmc@ | |||
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 | |
is defined on all architectures. ok jmc@ (man pages) and martynas@ | |||
2009-10-24 | document log2() and log2f(); from thomas pfaff | Jason McIntyre | |
ok otto millert martynas | |||
2009-08-03 | remove, or replace Xr of ieee to either ilogb, nextafter or scalbn | Martynas Venckus | |
where appropriate. pointed out by jmc@ | |||
2009-07-29 | now that the pages are split and we track separate HISTORY: | Martynas Venckus | |
double => 4.3BSD float => NetBSD 1.1 long double => OpenBSD 4.5 scalbln, scalblnf, scalblnl => OpenBSD 4.7 | |||
2009-07-29 | ieee, and ieeef aren't real, and the amount of functions it documents | Martynas Venckus | |
is getting ridiculous. split them into groups of copysign, ilogb, nextafter, scalbn. discussed long ago with millert@ | |||
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 | |
is already there; ok martynas | |||
2008-07-30 | various markup/grammar fixes for previous, and a missing MLINK | Jason McIntyre | |
for remquof.3; | |||
2008-07-29 | add descriptions for fpclassify, isfinite, isnormal, nan, remquo, | Martynas Venckus | |
signbit | |||
2008-07-29 | - add man pages for nan and remainder, from freebsd | Martynas Venckus | |
- mlink drem, dremf, remainderf to remainder; nanf to nan - describe that drem and dremf are obsolete aliases - remove descriptions for remainder and remainderf from ieee looked over by jmc@, but it's easier for him to work on when they are in tree | |||
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 | |
the past years, including round, trunc, fmod, tgamma, finite - add missing ulp values - better descriptions for isnan/isinf - sort - remove man page column. we have mlinks so just mention man pages directly "yeah, that's the way to go" jmc@; ok millert@ | |||
2008-06-12 | Makefile: fix MLINKS | Jason McIntyre | |
lgamma.3: fix STANDARDS and HISTORY | |||
2008-06-11 | - on non-ieee, rename gamma to tgamma, the 'true' gamma | Martynas Venckus | |
- make gamma an alias of lgamma - on ieee, add tgamma, based on gamma from non-ieee - fixes for tgamma/lgamma/exp/log, esp. special cases (some from freebsd); properly raise invalid fp operations on vax - also some general cleanup, ansification, man page (which was ok jmc@) - bump minor this makes some ports using tgamma possible; also consistifies behavior across openbsd/ieee and openbsd/non-ieee, and other operating systems much thanks sthen@, johan@, steven@, Simon Kuhnle, Wiktor Izdebski for testing ok millert@ | |||
2008-06-11 | drem{,f} are aliases for remainder{,f}, so: | Martynas Venckus | |
- document and mlink drem{,f} - drem->remainder on noieee, and make drem an alias - finite returns integer, n_support.c - general n_support.c ansification and cleanup - drem is now an ALTENTRY for remainder, in n_support.S help with man page from jmc@ and millert@ ok millert@ | |||
2008-06-11 | close brackets; ok jmc@ | Martynas Venckus | |
2008-06-10 | vax doesn't have inf/nan, finite always returns 1 | Martynas Venckus | |
"go for it!" millert@, ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-06 | various cleanup: | Jason McIntyre | |
- escapes for < and > - fix some dodgy .Bd - add a little vertical space | |||
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith | |
By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu> From FreeBSD | |||
2006-03-18 | add some more C99 functions: trunc(3) and truncf(3). | Brad Smith | |
From FreeBSD ok deraadt@ millert@ otto@ jmc@ | |||
2006-03-05 | improvements from alexey dobriyan; | Jason McIntyre | |
ok miod kettenis | |||
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek | |
jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@ | |||
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
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 | |
math: constrast -> contrast from Jared Yanovich | |||
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | section reorder; | Jason McIntyre | |
2003-05-20 | - typos | Jason McIntyre | |
- new sentence, new line | |||
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 | |
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@ | |||
2003-04-30 | removed unused .Bd macro; | Jason McIntyre | |
ok jason@ | |||
2003-03-28 | Bessel functions; | Jason McIntyre | |
also little cleanup in math(3); whitespace and new lines; ok jason@ | |||
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
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 | |
could do a lot of good here. |