Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use \(mi instead of - for the mathematical minus sign as recommended by | 2016-06-01 | 1 | -7/+7 | |
| | | | | | | | mandoc_char(7). While there, use some spacing around the arithmetic operations to make the more complicated formulas a bit easier to read. looks good to kettenis, no objection from schwarze | ||||
* | minor cleanup; | 2016-04-27 | 2 | -6/+6 | |
| | |||||
* | Remove predefined strings from libm pages. | 2016-04-26 | 21 | -128/+103 | |
| | | | | With lots of help, input and tweaks and finally ok schwarze@ | ||||
* | Fix markup problem introduced in the previous commit. Solution and | 2016-03-12 | 1 | -6/+5 | |
| | | | | explanations provided by schwarze@. | ||||
* | Remove VAX-specific bits of libm manpages. | 2016-03-10 | 6 | -304/+17 | |
| | | | | ok jmc@ | ||||
* | remove Xr to infnan, a trickily hidden (from me anyway) vax page; | 2016-03-10 | 5 | -20/+14 | |
| | |||||
* | We are done providing support for the vax. | 2016-03-09 | 1 | -4/+1 | |
| | | | | lots of agreement. | ||||
* | update NAME section to include all documented functions, | 2015-11-10 | 2 | -6/+10 | |
| | | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | ||||
* | use .Va for global variables, and .Vt where the type is included | 2015-09-14 | 1 | -9/+9 | |
| | |||||
* | remove .Tn; from Jan Stary <hans at stare dot cz> | 2015-01-15 | 5 | -107/+47 | |
| | |||||
* | NaN -> \*(Na | 2013-11-03 | 7 | -23/+23 | |
| | | | | | {infinity, inf} -> \*(If OK jmc@ | ||||
* | no longer any need to quote macro lines with >9 args; | 2013-08-14 | 3 | -9/+9 | |
| | | | | From: Jan Stary | ||||
* | Document lgamma_r, lgammaf_r, and lgammal_r. | 2013-08-07 | 1 | -2/+35 | |
| | | | | Prodded by espie@, OK martynas@ | ||||
* | more library history | 2013-07-17 | 11 | -40/+85 | |
| | | | | | facts checked by sobrado@ style tweaks and ok jmc@ | ||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 55 | -166/+166 | |
| | |||||
* | Fix several manpage titles, from Lawrence Teo. | 2012-02-26 | 1 | -3/+3 | |
| | | | | ok dcoppa@ jmc@ schwarze@. | ||||
* | many ways to get a log2... clue newbs. | 2012-01-14 | 2 | -4/+6 | |
| | | | | okay jmc@ | ||||
* | formatting errors, found using freebsd's "igor"; | 2011-12-24 | 1 | -3/+3 | |
| | |||||
* | some spelling fixes, found using freebsd's "igor" document verifier; | 2011-12-23 | 1 | -3/+3 | |
| | |||||
* | install infnan(3/VAX) into man3/vax/ on all archs; | 2011-09-22 | 2 | -3/+10 | |
| | | | | | clean make build tested on i386; ok deraadt@, no objections from martynas@ | ||||
* | make -column lists pretty again; | 2011-09-03 | 1 | -17/+9 | |
| | | | | | | | | | | specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense. | ||||
* | tweak previous; | 2011-07-24 | 2 | -5/+5 | |
| | |||||
* | Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl. | 2011-07-24 | 2 | -15/+73 | |
| | |||||
* | sundry tweakage; | 2011-07-21 | 4 | -15/+14 | |
| | |||||
* | Document complex math library. | 2011-07-20 | 21 | -26/+1248 | |
| | |||||
* | - Fix the cabs, and cabsf prototypes in the manual pages; it's | 2011-07-09 | 1 | -33/+20 | |
| | | | | | | been C99 complex (not struct complex) for couple of years. - Remove BUGS section; cabs is finally prototyped in complex.h. - Also document cabsl. | ||||
* | Move fabs(3) manual page from libm to libc, for consistency. The | 2011-07-08 | 1 | -78/+0 | |
| | | | | modf(3), frexp(3), ldexp(3), fpclassify(3) pages are in libc, too. | ||||
* | Revert (leaving the complex math part alone). Some stuff is depending | 2011-07-08 | 2 | -179/+0 | |
| | | | | | on this historical behavior; so we're stuck in this stupid situation. No cookie for me. | ||||
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | 2011-07-08 | 2 | -0/+179 | |
| | | | | them in libc for a very long time. OK guenther@. | ||||
* | Remove references to math(3). | 2011-07-07 | 38 | -113/+69 | |
| | |||||
* | Remove math(3). OK theo. | 2011-07-07 | 1 | -728/+0 | |
| | |||||
* | Document extended-precision routines. | 2011-07-07 | 21 | -116/+308 | |
| | |||||
* | tweak previous; ok martynas | 2011-05-26 | 5 | -30/+28 | |
| | |||||
* | Document nearbyint, nearbyintf, nearbyintl. | 2011-05-25 | 1 | -12/+26 | |
| | |||||
* | Document C99 floating-point environment. | 2011-05-25 | 4 | -0/+465 | |
| | |||||
* | Document what happens when x equals y. | 2011-04-16 | 1 | -2/+9 | |
| | |||||
* | 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 |