| Commit message (Expand) | Author | Age | Files | Lines |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 1 | -0/+6 |
* | Fix some regressions caused by the switch from gcc to clang. The fixes | das | 2013-05-27 | 1 | -1/+2 |
* | Various changes to improve the accuracy and speed of log{2,10}{,f}. | das | 2011-10-15 | 1 | -6/+28 |
* | Style fixes and updates to comments. | das | 2011-10-15 | 1 | -8/+9 |
* | Convert log10() to use __kernel_log(), which is more accurate and simpler. | das | 2011-03-07 | 1 | -38/+16 |
* | s/rcsid/__FBSDID/ | das | 2008-02-22 | 1 | -3/+2 |
* | Reduce diffs against vendor source (Sun fdlibm 5.3). | das | 2005-02-04 | 1 | -7/+8 |
* | Only provide one copy of the math functions. If we provide a MD function, | peter | 2003-07-23 | 1 | -1/+1 |
* | Fix formatting, this is hard to explain, so I'll show one example. | alfred | 2002-05-28 | 1 | -1/+2 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -13/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Select between the generic math functions and the i387-specific ones | bde | 1997-02-16 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -6/+6 |
* | Submitted by: J.T. Conklin <jtc@wimsey.com> | bde | 1995-04-07 | 1 | -2/+1 |
* | J.T. Conklin's latest version of the Sun math library. | jkh | 1994-08-19 | 1 | -0/+99 |