summaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)AuthorFilesLines
2013-01-01math: bessel cleanup (j0.c and j0f.c)Szabolcs Nagy2-203/+161
2012-12-16math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy10-27/+27
2012-12-16math: tgammal.c fixesSzabolcs Nagy1-28/+23
2012-12-16math: tanh.c cleanup similar to sinh, coshSzabolcs Nagy3-173/+83
2012-12-16math: sinh.c cleanup similar to the cosh oneSzabolcs Nagy3-171/+72
2012-12-16math: finished cosh.c cleanupSzabolcs Nagy3-142/+49
2012-12-16math: x86_64 version of expl, fixed some comments in the i386 versionSzabolcs Nagy4-4/+112
2012-12-16math: move x86_64 exp2l implementation to exp2l.s from expl.sSzabolcs Nagy3-85/+76
2012-12-14math: fix i386/expl.s with more precise x*log2eSzabolcs Nagy2-7/+107
2012-12-12math: add a non-dummy tgamma implementationSzabolcs Nagy2-20/+215
2012-12-12math: cosh cleanupSzabolcs Nagy3-70/+63
2012-12-12math: fix comment in __rem_pio2f.cSzabolcs Nagy1-2/+2
2012-12-12math: add empty __invtrigl.s to i386 and x86_64Szabolcs Nagy2-0/+0
2012-12-11math: clean up inverse trigonometric functionsSzabolcs Nagy12-377/+258
2012-12-11math: rewrite inverse hyperbolic functions to be simpler/smallerSzabolcs Nagy9-406/+149
2012-12-07fix trailing whitespace issues that crept in here and thereRich Felker1-1/+1
2012-11-18math: use float constants in exp10f.cSzabolcs Nagy1-1/+1
2012-11-18math: expl.c cleanupSzabolcs Nagy1-24/+19
2012-11-18math: expf.c cleanupSzabolcs Nagy2-63/+55
2012-11-17math: cleanup exp2.c exp2f.c and exp2l.cSzabolcs Nagy3-86/+56
2012-11-17math: exp.c clean upSzabolcs Nagy1-72/+49
2012-11-14math: ld80 invtrig cleanupsSzabolcs Nagy8-110/+87
2012-11-13math: simplify hypot and hypotf using scalbnSzabolcs Nagy2-11/+4
2012-11-13math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy9-0/+10
2012-11-13math: excess precision fix modf, modff, scalbn, scalbnfSzabolcs Nagy4-22/+18
2012-11-13math: fix scalbn and scalbnf on overflow/underflowSzabolcs Nagy2-10/+24
2012-11-13math: fix nextafter and nexttoward on maxdbl and maxflt inputSzabolcs Nagy4-4/+4
2012-11-13math: raise flags in logl.c on <= 0 argumentsSzabolcs Nagy2-9/+3
2012-11-13math: fix logb*.c exceptions now that ilogb raises invalidSzabolcs Nagy3-25/+17
2012-11-13math: raise flags in log2l.c on <= 0 arguments, and fix volatileSzabolcs Nagy1-8/+3
2012-11-13math: raise exception flags in log1pl.c on <= -1 argumentsSzabolcs Nagy1-7/+2
2012-11-12math: raise invalid flag in ilogb*.c on +-0, +-inf and nanSzabolcs Nagy3-6/+18
2012-11-12math: fix exception behaviour of expm1l.c on inf and nanSzabolcs Nagy1-13/+7
2012-11-12math: fix long double constants in exp10l.cSzabolcs Nagy1-2/+2
2012-08-13Merge remote-tracking branch 'nsz/exp'Rich Felker2-40/+35
2012-08-13remove significandlRich Felker1-7/+0
2012-08-13add significand[fl] math functionsRich Felker3-0/+21
2012-08-08math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz2-40/+35
2012-07-02fix missing prototype and simplify sincosl on ld64 archsRich Felker1-4/+2
2012-07-02fix invalid implicit pointer conversion in ld64 modflRich Felker1-1/+1
2012-06-20math: fix fma bug on x86 (found by Bruno Haible with gnulib)nsz1-2/+10
2012-06-20support ld80 pseudo-denormal invalid bit patterns; treat them as nanRich Felker1-2/+5
2012-06-02use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 tooRich Felker1-1/+1
2012-05-08math: fix remquo.c when x==-y and a subnormal remainder bug as wellnsz3-5/+8
2012-05-07some assemblers don't like fistpq; use the alt. mnemonic fistpllRich Felker3-3/+3
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz5-24/+12
2012-05-06fix unused variable warnings in new nextafter/nexttoward codeRich Felker5-6/+12
2012-05-06math: nextafter and nexttoward cleanupnsz5-291/+176
2012-05-05math: change the formula used for acos.snsz2-20/+16
2012-05-01support alternate glibc name pow10 for exp10Rich Felker3-0/+9