Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add barebones manual pages for cimag(3), conj(3) and cproj(3) | 2010-07-19 | 3 | -0/+163 | |
| | | | | OK kettenis@ jmc@ | ||||
* | dispense with some wacky escape sequences; | 2010-03-26 | 2 | -10/+10 | |
| | |||||
* | Multiple issues were killing the build with mandoc(1), thus: | 2010-02-20 | 1 | -23/+13 | |
| | | | | | | | | * 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@ | ||||
* | reorder the log functions slightly; from thomas pfaff | 2009-10-27 | 1 | -10/+10 | |
| | |||||
* | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | 2009-10-26 | 2 | -0/+183 | |
| | | | | | | is defined on all architectures. ok jmc@ (man pages) and martynas@ | ||||
* | document log2() and log2f(); from thomas pfaff | 2009-10-24 | 1 | -2/+18 | |
| | | | | ok otto millert martynas | ||||
* | remove, or replace Xr of ieee to either ilogb, nextafter or scalbn | 2009-08-03 | 9 | -29/+27 | |
| | | | | where appropriate. pointed out by jmc@ | ||||
* | now that the pages are split and we track separate HISTORY: | 2009-07-29 | 4 | -13/+32 | |
| | | | | | | | double => 4.3BSD float => NetBSD 1.1 long double => OpenBSD 4.5 scalbln, scalblnf, scalblnl => OpenBSD 4.7 | ||||
* | ieee, and ieeef aren't real, and the amount of functions it documents | 2009-07-29 | 4 | -77/+226 | |
| | | | | | is getting ridiculous. split them into groups of copysign, ilogb, nextafter, scalbn. discussed long ago with millert@ | ||||
* | ieee_test isn't real; rename header to logb, too | 2009-07-29 | 1 | -3/+3 | |
| | |||||
* | document scalbln, scalblnf, scalblnl | 2009-07-28 | 1 | -7/+28 | |
| | |||||
* | fe_towardzero not on openbsd. ok millert@ | 2009-07-06 | 1 | -5/+3 | |
| | |||||
* | document and mlink long double functions. ok jmc@ | 2008-12-12 | 14 | -60/+177 | |
| | |||||
* | remove an unneccessary addition to SEE ALSO: all the information | 2008-12-11 | 1 | -14/+2 | |
| | | | | | | is already there; ok martynas | ||||
* | various markup/grammar fixes for previous, and a missing MLINK | 2008-07-30 | 3 | -19/+15 | |
| | | | | for remquof.3; | ||||
* | add descriptions for fpclassify, isfinite, isnormal, nan, remquo, | 2008-07-29 | 1 | -3/+8 | |
| | | | | signbit | ||||
* | - add man pages for nan and remainder, from freebsd | 2008-07-29 | 3 | -58/+249 | |
| | | | | | | | | - 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 | ||||
* | describe exp2, exp2f and mlink them | 2008-07-29 | 1 | -3/+20 | |
| | |||||
* | remove finite from ieee.3, and unmlink from makefile | 2008-07-29 | 1 | -32/+2 | |
| | |||||
* | ansify infnan example. sure millert@ | 2008-07-16 | 1 | -4/+3 | |
| | |||||
* | - update list of functions. add functions that have been added in | 2008-06-16 | 1 | -46/+52 | |
| | | | | | | | | | | 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@ | ||||
* | Makefile: fix MLINKS | 2008-06-12 | 1 | -15/+14 | |
| | | | | lgamma.3: fix STANDARDS and HISTORY | ||||
* | - on non-ieee, rename gamma to tgamma, the 'true' gamma | 2008-06-11 | 1 | -3/+52 | |
| | | | | | | | | | | | | | | | | - 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@ | ||||
* | drem{,f} are aliases for remainder{,f}, so: | 2008-06-11 | 1 | -1/+10 | |
| | | | | | | | | | | - 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@ | ||||
* | close brackets; ok jmc@ | 2008-06-11 | 1 | -3/+3 | |
| | |||||
* | vax doesn't have inf/nan, finite always returns 1 | 2008-06-10 | 1 | -2/+9 | |
| | | | | "go for it!" millert@, ok jmc@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 32 | -64/+64 | |
| | |||||
* | various cleanup: | 2007-02-06 | 1 | -15/+18 | |
| | | | | | | - escapes for < and > - fix some dodgy .Bd - add a little vertical space | ||||
* | add some more C99 functions: round(3) and roundf(3). | 2006-07-12 | 2 | -3/+71 | |
| | | | | | By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu> From FreeBSD | ||||
* | add some more C99 functions: trunc(3) and truncf(3). | 2006-03-18 | 1 | -0/+77 | |
| | | | | | | From FreeBSD ok deraadt@ millert@ otto@ jmc@ | ||||
* | improvements from alexey dobriyan; | 2006-03-05 | 1 | -4/+9 | |
| | | | | ok miod kettenis | ||||
* | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | 2005-11-17 | 2 | -0/+201 | |
| | | | | jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@ | ||||
* | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | 2004-01-23 | 1 | -4/+4 | |
| | | | | discussed with todd@ | ||||
* | use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble; | 2004-01-02 | 1 | -2/+2 | |
| | |||||
* | hypot: uppercase Euclidean; new sentence new line | 2003-10-21 | 2 | -5/+6 | |
| | | | | | | math: constrast -> contrast from Jared Yanovich | ||||
* | cabsf takes complex float not double | 2003-06-26 | 1 | -2/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 28 | -168/+56 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | section reorder; | 2003-06-02 | 4 | -71/+71 | |
| | |||||
* | - typos | 2003-05-20 | 6 | -31/+34 | |
| | | | | - new sentence, new line | ||||
* | ERROR -> ERRORS in .Sh, as per mdoc template. | 2003-05-08 | 2 | -4/+4 | |
| | |||||
* | add properties of single precision IEE754 | 2003-05-05 | 1 | -1/+110 | |
| | |||||
* | these files all had >9 arguments to .Nd, causing the name description to be | 2003-05-03 | 1 | -2/+2 | |
| | | | | | | truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@ | ||||
* | removed unused .Bd macro; | 2003-04-30 | 1 | -2/+1 | |
| | | | | ok jason@ | ||||
* | Bessel functions; | 2003-03-28 | 2 | -21/+25 | |
| | | | | | | also little cleanup in math(3); whitespace and new lines; ok jason@ | ||||
* | .Xr typos; | 2003-03-06 | 1 | -6/+8 | |
| | | | | ok deraadt@ | ||||
* | Use mdoc strings for !=, +-, >= and <= | 2003-03-01 | 1 | -10/+10 | |
| | |||||
* | .Xr the right pages | 2003-02-28 | 1 | -13/+11 | |
| | |||||
* | No need to waffle this much... s/roughly like/roughly | 2003-02-28 | 1 | -2/+2 | |
| | |||||
* | mention single precision versions | 2003-02-28 | 1 | -1/+25 | |
| | |||||
* | Convert to mdoc and make some very minor updates. Someone with libm clues | 2003-02-28 | 1 | -475/+460 | |
| | | | | could do a lot of good here. |