summaryrefslogtreecommitdiffstats
path: root/lib/libm/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the cproj family to not return garbage on finite arguments.guenther2010-07-192-2/+6
* Use crealf() and cimagf() instead of creal() and cimag() when theguenther2010-07-1811-34/+34
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-27103-415/+3
* Add man pages for the fdim/fmin/fmax family of functions and make sure fdimlkettenis2009-10-261-7/+2
* int is big enough to fully represent exponents of all supported fpmartynas2009-07-251-0/+42
* make ldexpf behavior consistent with the double and extended-precisionmartynas2009-04-193-69/+7
* const static -> static const; since it's deprecated per C99. ok millert@martynas2009-04-051-11/+11
* Let this compile with gcc 2.miod2008-12-221-4/+4
* use sys/cdefs.h; pointed out by theomartynas2008-12-1019-23/+23
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-0957-137/+3693
* typo: is -> if. ok millert@martynas2008-09-162-2/+2
* gc unused files, the functions are in libc. ok millert@martynas2008-09-164-123/+0
* - make much more readable: don't reimplement isnan, signbit eachmartynas2008-09-114-56/+32
* sigh, gamma got lostmartynas2008-09-094-0/+121
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-07150-3180/+3512
* revertmartynas2008-08-081-2/+2
* make _digittoint staticmartynas2008-08-081-2/+2
* - remove isinff, isnanf. this has been moved to libcmartynas2008-07-246-1/+941
* remez -> Remes here, too. for consistencymartynas2008-07-222-2/+2
* rename lround.c lroundf.c llround.c llroundf.c to s_lround.cmartynas2008-07-214-6/+6
* Reme algorithm -> Remes algorithm. in commentsmartynas2008-07-204-4/+4
* get in the bug fix for pow, from fdlibm 5.3. also adapt it formartynas2008-07-202-39/+40
* use more accurate algorithm for tan. from fdlibm 5.3:martynas2008-07-201-69/+101
* some archaic 'n = a(b), c(d)' use that confused lintmartynas2008-07-161-4/+7
* - expressions such as x != x and x == x are prone to errors andmartynas2008-06-251-2/+2
* cleaning up, no functional changesmartynas2008-06-213-7/+8
* shut up lint; pointed out by theomartynas2008-06-122-11/+20
* - on non-ieee, rename gamma to tgamma, the 'true' gammamartynas2008-06-114-20/+900
* add little endian and big endian shapes for extended and quad floatjason2007-06-011-1/+43
* Include s_llrint.c instead of ithe now removed llrint.c.kettenis2006-09-251-2/+2
* Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c,kettenis2006-09-254-5/+5
* add some more C99 functions: round(3) and roundf(3).brad2006-07-122-0/+102
* delint; ok millert@ beck@otto2006-05-053-5/+3
* Avoid shadowing of external symbols by local variables; whoeverotto2006-04-2513-95/+95
* lint prefers ANSI C function definitions if a prototype is available;otto2006-04-241-2/+1
* small delint; ok deraadt@otto2006-04-245-5/+4
* add some more C99 functions: trunc(3) and truncf(3).brad2006-03-182-0/+118
* more empty files for lint to chew on (on the vax)deraadt2005-11-244-0/+4
* an empty stub file for lint: on the vax, lint will chew on this, but avoid itderaadt2005-11-231-0/+1
* Work around a gcc optimization problem. Spotted by biorn@; fixotto2005-11-171-3/+5
* Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viaotto2005-11-178-0/+412
* ansideraadt2003-06-262-4/+2
* spellingderaadt2003-01-041-1/+1
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-19150-1862/+372
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-64/+64
* $OpenBSD$todd2000-03-021-1/+1
* fix _USE_WRITEderaadt1998-11-161-2/+1
* We don't need two math.h headers incvs server: nothing known aboutmillert1998-03-021-278/+0
* protect internal "struct excpption" from conflicting one in gcc.millert1998-03-021-2/+4
* Don't declare struct exception if __cplusplus is defined as itmillert1998-03-021-1/+3