| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce <sys/qmath.h>, a fixed-point math library from Netflix.
| Edward Tomasz Napierala | 2019-08-27 | 1 | -0/+1 |
* | Remove the sentence in math(3) about some long double math functions not | Dimitry Andric | 2017-12-07 | 1 | -7/+1 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | It's no longer accurate to say that math.h "constitute[s] the C math | David Schultz | 2011-10-17 | 1 | -1/+16 |
* | Implement the long double version for the cube root function, cbrtl. | Steve Kargl | 2011-03-12 | 1 | -5/+4 |
* | Fix various nits in style and comments that were pointed out by bde. | David Schultz | 2010-12-07 | 1 | -4/+3 |
* | Add log2() and log2f(). | David Schultz | 2010-12-05 | 1 | -8/+10 |
* | mdoc: Garbage collect unused/unneeded macros | Ulrich Spörlein | 2010-05-27 | 1 | -3/+0 |
* | Document the fact that we have nan(3) now, and make some minor clarifications | David Schultz | 2007-12-17 | 1 | -10/+14 |
* | Remove California Regent's clause 3, per letter | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | -mdoc sweep. | Ruslan Ermilov | 2005-11-17 | 1 | -1/+1 |
* | The logb() functions are not just ieee754 "test" functions, but are | Bruce Evans | 2005-11-06 | 1 | -1/+2 |
* | Markup nit. | Ruslan Ermilov | 2005-06-16 | 1 | -1/+1 |
* | Document exp2() and exp2f(), and make other minor tweaks and updates. | David Schultz | 2005-04-05 | 1 | -8/+10 |
* | Implement and document remquo() and remquof(). | David Schultz | 2005-03-25 | 1 | -4/+3 |
* | Add nexttoward to the list of implemented functions, and explicitly | David Schultz | 2005-03-07 | 1 | -4/+8 |
* | - Move the functions presently described in in ieee(3) to their own | David Schultz | 2005-01-27 | 1 | -409/+0 |
* | Many changes, including the following major ones: | David Schultz | 2005-01-23 | 1 | -113/+269 |
* | Add fma() and fmaf(), which implement a fused multiply-add operation. | David Schultz | 2005-01-22 | 1 | -1/+1 |
* | Sort sections. | Ruslan Ermilov | 2005-01-20 | 1 | -15/+15 |
* | Use the \*(If string provided by mdoc(7), to represent infinity. | Ruslan Ermilov | 2005-01-16 | 1 | -10/+9 |
* | Document [l]lrint[f]() and [l]lround[f](). | David Schultz | 2005-01-11 | 1 | -5/+5 |
* | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -3/+5 |
* | Sanitize the markup, as prompted. | Ruslan Ermilov | 2005-01-11 | 1 | -182/+173 |
* | More updates for math(3): | David Schultz | 2004-10-11 | 1 | -30/+40 |
* | Uncomment some functions that we now support. | David Schultz | 2004-06-20 | 1 | -3/+3 |
* | Memory's free, but all the world ain't a VAX anymore. Bring math.3 | David Schultz | 2004-06-19 | 1 | -364/+206 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -3/+3 |
* | Remove more single-space hard sentence breaks. | Sheldon Hearn | 2000-03-02 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Document the fpgetprec/fpsetprec functions in their man page. | Jonathan Lemon | 1998-02-04 | 1 | -1/+10 |
* | PR: 5489 | Daniel O'Callaghan | 1998-01-15 | 1 | -5/+5 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Fixed some minor formatting problems to silence manck some more. | Mike Pritchard | 1996-02-12 | 1 | -3/+2 |
* | Additions from Thomas Graichen to mention each functions' floating point | Jordan K. Hubbard | 1995-03-01 | 1 | -6/+9 |
* | J.T. Conklin's latest version of the Sun math library. | Jordan K. Hubbard | 1994-08-19 | 1 | -0/+633 |