Age | Commit message (Expand) | Author |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | reorder the log functions slightly; from thomas pfaff | Jason McIntyre |
2009-10-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | Mark Kettenis |
2009-10-24 | document log2() and log2f(); from thomas pfaff | Jason McIntyre |
2009-08-03 | remove, or replace Xr of ieee to either ilogb, nextafter or scalbn | Martynas Venckus |
2009-07-29 | now that the pages are split and we track separate HISTORY: | Martynas Venckus |
2009-07-29 | ieee, and ieeef aren't real, and the amount of functions it documents | Martynas Venckus |
2009-07-29 | ieee_test isn't real; rename header to logb, too | Martynas Venckus |
2009-07-28 | document scalbln, scalblnf, scalblnl | Martynas Venckus |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2009-07-15 | round, roundf, trunc, truncf for hppa; ok kettenis@ | Martynas Venckus |
2009-07-06 | fe_towardzero not on openbsd. ok millert@ | Martynas Venckus |
2009-06-30 | floor(3) should round towards -inf instead of towards zero. | Mark Kettenis |
2009-04-25 | fix scalbn, scalbnf, frexpf on amd64. don't use double arg | Martynas Venckus |
2009-04-21 | alias and give frexpf symbol external linkage to scalbnf; this was | Martynas Venckus |
2009-04-19 | make ldexpf behavior consistent with the double and extended-precision | Martynas Venckus |
2009-04-11 | in the old days compiler could not convert decimal constants | Martynas Venckus |
2009-04-10 | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ | Martynas Venckus |
2009-04-08 | missing rcs ids; spacing | Martynas Venckus |
2009-04-08 | remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agrees | Martynas Venckus |
2009-04-08 | fix hexadecimal constant that was wrong; and confused with ieee. ok miod@ | Martynas Venckus |
2009-04-05 | implement and use sqrt, sqrtf & fabsf in hardware; since it's | Martynas Venckus |
2009-04-05 | const static -> static const; since it's deprecated per C99. ok millert@ | Martynas Venckus |
2009-03-28 | add C99-conformant nan, nanf, nanl for vax. always return zero, | Martynas Venckus |
2008-12-22 | Let this compile with gcc 2. | Miod Vallat |
2008-12-12 | space | Martynas Venckus |
2008-12-12 | document and mlink long double functions. ok jmc@ | Martynas Venckus |
2008-12-11 | remove an unneccessary addition to SEE ALSO: all the information | Jason McIntyre |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-09 | pass CPPFLAGS+= -D__STDC__ for vax, to get the right definitions | Martynas Venckus |
2008-12-09 | alias fabsl to fabs on these archs | Martynas Venckus |
2008-12-09 | - 80-bit and quad precision trigonometric and other most | Martynas Venckus |
2008-11-20 | float math functions: copysignf and logbf. ok millert@ | Martynas Venckus |
2008-10-07 | - noieee_src: adapt complex versions of the functions it already | Martynas Venckus |
2008-09-16 | remove d_cbrt, dcbrt, d_sqrt. ok millert@ | Martynas Venckus |
2008-09-16 | typo: is -> if. ok millert@ | Martynas Venckus |
2008-09-16 | gc unused files, the functions are in libc. ok millert@ | Martynas Venckus |
2008-09-13 | remove z_abs. ok millert@ | Martynas Venckus |
2008-09-11 | since these got no ieee-specific code anymore, add fmin, fmax, fdim, | Martynas Venckus |
2008-09-11 | - make much more readable: don't reimplement isnan, signbit each | Martynas Venckus |
2008-09-09 | sigh, gamma got lost | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-08-08 | revert | Martynas Venckus |
2008-08-08 | make _digittoint static | Martynas Venckus |
2008-07-30 | various markup/grammar fixes for previous, and a missing MLINK | Jason McIntyre |
2008-07-29 | add descriptions for fpclassify, isfinite, isnormal, nan, remquo, | Martynas Venckus |
2008-07-29 | - add man pages for nan and remainder, from freebsd | Martynas Venckus |
2008-07-29 | describe exp2, exp2f and mlink them | Martynas Venckus |
2008-07-29 | remove finite from ieee.3, and unmlink from makefile | Martynas Venckus |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas Venckus |