summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/mingwex/math
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_20-branchpointcvs2svn2009-09-04152-9905/+0
* 2009-07-23 Jacky Lai <crazyjacky@users.sourceforge.net>Chris Sutcliffe2009-07-241-1/+1
* 2009-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-07-189-300/+300
* Avoid precision errors in round(), lround() and llround() functions.Keith Marshall2008-06-0312-138/+270
* 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-11-2710-97/+97
* Import David Gay's gdtoa library.Danny Smith2006-08-312-2031/+0
* * mingwex/math/tgamma.c (SQTPI): Add braces.Danny Smith2006-06-261-1/+1
* * mingwex/wcrtomb.c (wcsrtombs): Fix src end-pointer thinko.Danny Smith2006-06-263-20/+36
* * mingwex/math/nexttoward.c: New file.Danny Smith2005-05-103-0/+84
* * mingwex/math/nextafterf.c (nextafterf): CorrectDanny Smith2005-05-092-8/+67
* * mingwex/math/erfl.c: New file.Danny Smith2005-05-081-0/+299
* * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith2005-05-033-3/+3
* 2005-02-11 Gregory W. Chicares <chicares at cox dot net>Danny Smith2005-02-113-0/+86
* * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,Danny Smith2004-10-0610-0/+367
* * mingwex/math/powl.c (powl): Revert change of 2004-02-01.Danny Smith2004-07-281-14/+35
* * mingwex/math/expl.c (expl): Move body of code to new staticDanny Smith2004-07-271-20/+14
* * mingwex/math/cephes_emath.h (__etens): Remove declaration.Danny Smith2004-07-121-2/+0
* * mingwex/math/lround.c: Rewrite.Danny Smith2004-04-226-116/+92
* * mingwex/math/round.c: Rewrite.Danny Smith2004-03-293-79/+15
* * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")Danny Smith2004-02-011-8/+13
* * mingwex/math/powl.c (powl): Return infinity ifDanny Smith2004-02-011-0/+8
* * mingwex/math/cephes_emath.h (__enan_64): Fix thinko.Danny Smith2004-01-311-10/+13
* * mingwex/math/cephes_mconf.h (NAN, NANF, NANL):Danny Smith2003-10-211-3/+23
* * mingwex/math/s_erf.c (erf): Set errno to ERANGE ifDanny Smith2003-10-212-1/+9
* * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint.Danny Smith2003-07-035-23/+23
* * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small):Earnie Boyd2003-07-013-8/+8
* Get rid of some warnings Danny Smith2003-03-173-7/+16
* * mingwex/math/cephes_emath.h: Don't redefine INFINITY.Danny Smith2003-02-101-1/+0
* * mingwex/math/llround.c: Correct function name andDanny Smith2003-01-111-3/+3
* * mingwex/math/s_erf.c: New file.Danny Smith2002-12-082-0/+601
* * mingwex/math/lgamma.c: New file.Danny Smith2002-11-277-0/+2277
* Add strtold and wcstold to libmingwex.aDanny Smith2002-11-262-0/+2031
* * include/math.h (sqrt): Remove inline definition.Danny Smith2002-11-092-6/+29
* * mingwex/math/powil.c: Rename powil to __powil.Danny Smith2002-10-066-63/+1348
* * mingwex/math/files.txt: Remove inadvertantly added file.Danny Smith2002-09-191-1/+0
* * mingwex/math/hypotl.c: Replace with version based on cephesDanny Smith2002-09-021-43/+58
* Add incomplet long double math support to libmingwex.aDanny Smith2002-07-29131-0/+4685