| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Document scalbnl and scalblnl. | das | 2005-03-07 | 1 | -9/+16 |
* | Document nextafterl and nexttoward{,f,l}. | das | 2005-03-07 | 1 | -7/+21 |
* | Add nexttoward to the list of implemented functions, and explicitly | das | 2005-03-07 | 1 | -4/+8 |
* | Document fmal. | das | 2005-03-07 | 1 | -16/+27 |
* | Fix a mistake in the exponent range. | das | 2005-03-06 | 1 | -1/+1 |
* | Un-document the non-extant exp10() and exp10f() functions. | das | 2005-02-26 | 1 | -2/+0 |
* | Typo. | ru | 2005-01-28 | 1 | -1/+1 |
* | Properly terminate sentence. | ru | 2005-01-28 | 1 | -2/+2 |
* | - Move the functions presently described in in ieee(3) to their own | das | 2005-01-27 | 7 | -574/+875 |
* | Many changes, including the following major ones: | das | 2005-01-23 | 1 | -113/+269 |
* | Add fma() and fmaf(), which implement a fused multiply-add operation. | das | 2005-01-22 | 2 | -1/+106 |
* | Sort sections. | ru | 2005-01-20 | 2 | -17/+17 |
* | Use the \*(If string provided by mdoc(7), to represent infinity. | ru | 2005-01-16 | 2 | -18/+11 |
* | Removed redundant .br call. | ru | 2005-01-16 | 1 | -1/+0 |
* | Remove numerous references to VAX floating-point and the setting of | das | 2005-01-14 | 12 | -204/+44 |
* | Tiny markup nits. | ru | 2005-01-14 | 4 | -22/+23 |
* | Fixed too many of "the", and enclose multi-word argument in double quotes. | stefanf | 2005-01-13 | 1 | -4/+3 |
* | Markup nits. | ru | 2005-01-13 | 3 | -33/+27 |
* | Fixed too many of "the", and enclose multi-word argument in double quotes. | ru | 2005-01-13 | 1 | -4/+3 |
* | Implement and document ceill(). | stefanf | 2005-01-13 | 1 | -4/+15 |
* | Bump .Dd for the last commit. | stefanf | 2005-01-13 | 1 | -1/+1 |
* | Hook up and document floorl(). | stefanf | 2005-01-12 | 1 | -3/+14 |
* | Document [l]lrint[f]() and [l]lround[f](). | das | 2005-01-11 | 5 | -5/+197 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 4 | -6/+8 |
* | Sanitize the markup, as prompted. | ru | 2005-01-11 | 1 | -182/+173 |
* | More updates for math(3): | das | 2004-10-11 | 1 | -30/+40 |
* | Add and document ilogbl(), a long double version of ilogb(). | stefanf | 2004-10-11 | 1 | -2/+6 |
* | Add man pages for the cimag(), conj() and creal() functions. | stefanf | 2004-08-07 | 1 | -0/+102 |
* | Fix two bugs in the signbit() macro, which was implemented last year: | das | 2004-07-19 | 1 | -0/+57 |
* | Add C99's nearbyint{,f}() functions as wrappers around rint(). | das | 2004-07-06 | 1 | -4/+35 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 3 | -7/+7 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 4 | -6/+11 |
* | Markup, grammar, punctuation. | ru | 2004-07-01 | 3 | -10/+10 |
* | Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}. | das | 2004-06-30 | 2 | -0/+182 |
* | Uncomment some functions that we now support. | das | 2004-06-20 | 1 | -3/+3 |
* | Cross-reference round(3) and trunc(3) as appropriate. | das | 2004-06-20 | 3 | -3/+8 |
* | Implement trunc() and truncf(). | das | 2004-06-20 | 1 | -0/+74 |
* | Add trivial implementations of scalbln() and scalblnf(). | das | 2004-06-20 | 1 | -4/+15 |
* | Document ilogb()'s return values in terms of the FP_ILOGB* macros. | stefanf | 2004-06-19 | 1 | -2/+5 |
* | Memory's free, but all the world ain't a VAX anymore. Bring math.3 | das | 2004-06-19 | 1 | -364/+206 |
* | The references to scalbn and scalbnf should be scalb and scalbf. | das | 2004-06-12 | 1 | -2/+5 |
* | Add round(3) and roundf(3) and the associated documentation. | das | 2004-06-07 | 1 | -0/+71 |
* | Add documentation for: | das | 2004-06-06 | 4 | -0/+601 |
* | Add an implementation of copysignl(), a long double version of copysign(). | stefanf | 2004-05-07 | 1 | -2/+10 |
* | The prototypes for cabs() and cabsf() are in <complex.h>. Fix their arguments' | stefanf | 2004-05-06 | 1 | -8/+11 |
* | Document fabsl(3). | des | 2003-10-25 | 1 | -6/+19 |
* | mdoc(7) police: Nits. | ru | 2003-03-02 | 1 | -7/+7 |
* | - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANT | imp | 2003-02-26 | 1 | -5/+34 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. | bde | 2002-03-26 | 1 | -17/+28 |