about summary refs log tree commit diff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* math: erf and erfc cleanupSzabolcs Nagy2013-01-073-297/+207
* math: bessel cleanup (jn.c and jnf.c)Szabolcs Nagy2013-01-012-164/+161
* math: bessel cleanup (j1.c and j1f.c)Szabolcs Nagy2013-01-012-187/+138
* math: bessel cleanup (j0.c and j0f.c)Szabolcs Nagy2013-01-012-203/+161
* math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy2012-12-1610-27/+27
* math: tgammal.c fixesSzabolcs Nagy2012-12-161-28/+23
* math: tanh.c cleanup similar to sinh, coshSzabolcs Nagy2012-12-163-173/+83
* math: sinh.c cleanup similar to the cosh oneSzabolcs Nagy2012-12-163-171/+72
* math: finished cosh.c cleanupSzabolcs Nagy2012-12-163-142/+49
* math: x86_64 version of expl, fixed some comments in the i386 versionSzabolcs Nagy2012-12-164-4/+112
* math: move x86_64 exp2l implementation to exp2l.s from expl.sSzabolcs Nagy2012-12-163-85/+76
* math: fix i386/expl.s with more precise x*log2eSzabolcs Nagy2012-12-142-7/+107
* math: add a non-dummy tgamma implementationSzabolcs Nagy2012-12-122-20/+215
* math: cosh cleanupSzabolcs Nagy2012-12-123-70/+63
* math: fix comment in __rem_pio2f.cSzabolcs Nagy2012-12-121-2/+2
* math: add empty __invtrigl.s to i386 and x86_64Szabolcs Nagy2012-12-122-0/+0
* math: clean up inverse trigonometric functionsSzabolcs Nagy2012-12-1112-377/+258
* math: rewrite inverse hyperbolic functions to be simpler/smallerSzabolcs Nagy2012-12-119-406/+149
* fix trailing whitespace issues that crept in here and thereRich Felker2012-12-071-1/+1
* math: use float constants in exp10f.cSzabolcs Nagy2012-11-181-1/+1
* math: expl.c cleanupSzabolcs Nagy2012-11-181-24/+19
* math: expf.c cleanupSzabolcs Nagy2012-11-182-63/+55
* math: cleanup exp2.c exp2f.c and exp2l.cSzabolcs Nagy2012-11-173-86/+56
* math: exp.c clean upSzabolcs Nagy2012-11-171-72/+49
* math: ld80 invtrig cleanupsSzabolcs Nagy2012-11-148-110/+87
* math: simplify hypot and hypotf using scalbnSzabolcs Nagy2012-11-132-11/+4
* math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy2012-11-139-0/+10
* math: excess precision fix modf, modff, scalbn, scalbnfSzabolcs Nagy2012-11-134-22/+18
* math: fix scalbn and scalbnf on overflow/underflowSzabolcs Nagy2012-11-132-10/+24
* math: fix nextafter and nexttoward on maxdbl and maxflt inputSzabolcs Nagy2012-11-134-4/+4
* math: raise flags in logl.c on <= 0 argumentsSzabolcs Nagy2012-11-132-9/+3
* math: fix logb*.c exceptions now that ilogb raises invalidSzabolcs Nagy2012-11-133-25/+17
* math: raise flags in log2l.c on <= 0 arguments, and fix volatileSzabolcs Nagy2012-11-131-8/+3
* math: raise exception flags in log1pl.c on <= -1 argumentsSzabolcs Nagy2012-11-131-7/+2
* math: raise invalid flag in ilogb*.c on +-0, +-inf and nanSzabolcs Nagy2012-11-123-6/+18
* math: fix exception behaviour of expm1l.c on inf and nanSzabolcs Nagy2012-11-121-13/+7
* math: fix long double constants in exp10l.cSzabolcs Nagy2012-11-121-2/+2
* Merge remote-tracking branch 'nsz/exp'Rich Felker2012-08-132-40/+35
|\
| * math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz2012-08-082-40/+35
* | remove significandlRich Felker2012-08-131-7/+0
* | add significand[fl] math functionsRich Felker2012-08-133-0/+21
|/
* fix missing prototype and simplify sincosl on ld64 archsRich Felker2012-07-021-4/+2
* fix invalid implicit pointer conversion in ld64 modflRich Felker2012-07-021-1/+1
* math: fix fma bug on x86 (found by Bruno Haible with gnulib)nsz2012-06-201-2/+10
* support ld80 pseudo-denormal invalid bit patterns; treat them as nanRich Felker2012-06-201-2/+5
* use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 tooRich Felker2012-06-021-1/+1
* math: fix remquo.c when x==-y and a subnormal remainder bug as wellnsz2012-05-083-5/+8
* some assemblers don't like fistpq; use the alt. mnemonic fistpllRich Felker2012-05-073-3/+3
* add FORCE_EVAL macro to evaluate float expr for their side effectnsz2012-05-065-24/+12
* fix unused variable warnings in new nextafter/nexttoward codeRich Felker2012-05-065-6/+12