index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
Age
Commit message (
Expand
)
Author
Lines
2013-07-28
add missing erfcl wrapper for archs where long double is plain double
Rich Felker
-0
/
+4
2013-05-19
math: add fma TODO comments about the underflow issue
Szabolcs Nagy
-2
/
+14
2013-05-19
math: fix two fma issues (only affects non-nearest rounding mode, x86)
Szabolcs Nagy
-4
/
+38
2013-05-18
math: sin cos cleanup
Szabolcs Nagy
-112
/
+128
2013-05-18
math: tan cleanups
Szabolcs Nagy
-106
/
+80
2013-05-15
math: use double_t for temporaries to avoid stores on i386
Szabolcs Nagy
-28
/
+31
2013-01-07
math: erf and erfc cleanup
Szabolcs Nagy
-297
/
+207
2013-01-01
math: bessel cleanup (jn.c and jnf.c)
Szabolcs Nagy
-164
/
+161
2013-01-01
math: bessel cleanup (j1.c and j1f.c)
Szabolcs Nagy
-187
/
+138
2013-01-01
math: bessel cleanup (j0.c and j0f.c)
Szabolcs Nagy
-203
/
+161
2012-12-16
math: use 0x1p-120f and 0x1p120f for tiny and huge values
Szabolcs Nagy
-27
/
+27
2012-12-16
math: tgammal.c fixes
Szabolcs Nagy
-28
/
+23
2012-12-16
math: tanh.c cleanup similar to sinh, cosh
Szabolcs Nagy
-173
/
+83
2012-12-16
math: sinh.c cleanup similar to the cosh one
Szabolcs Nagy
-171
/
+72
2012-12-16
math: finished cosh.c cleanup
Szabolcs Nagy
-142
/
+49
2012-12-16
math: x86_64 version of expl, fixed some comments in the i386 version
Szabolcs Nagy
-4
/
+112
2012-12-16
math: move x86_64 exp2l implementation to exp2l.s from expl.s
Szabolcs Nagy
-85
/
+76
2012-12-14
math: fix i386/expl.s with more precise x*log2e
Szabolcs Nagy
-7
/
+107
2012-12-12
math: add a non-dummy tgamma implementation
Szabolcs Nagy
-20
/
+215
2012-12-12
math: cosh cleanup
Szabolcs Nagy
-70
/
+63
2012-12-12
math: fix comment in __rem_pio2f.c
Szabolcs Nagy
-2
/
+2
2012-12-12
math: add empty __invtrigl.s to i386 and x86_64
Szabolcs Nagy
-0
/
+0
2012-12-11
math: clean up inverse trigonometric functions
Szabolcs Nagy
-377
/
+258
2012-12-11
math: rewrite inverse hyperbolic functions to be simpler/smaller
Szabolcs Nagy
-406
/
+149
2012-12-07
fix trailing whitespace issues that crept in here and there
Rich Felker
-1
/
+1
2012-11-18
math: use float constants in exp10f.c
Szabolcs Nagy
-1
/
+1
2012-11-18
math: expl.c cleanup
Szabolcs Nagy
-24
/
+19
2012-11-18
math: expf.c cleanup
Szabolcs Nagy
-63
/
+55
2012-11-17
math: cleanup exp2.c exp2f.c and exp2l.c
Szabolcs Nagy
-86
/
+56
2012-11-17
math: exp.c clean up
Szabolcs Nagy
-72
/
+49
2012-11-14
math: ld80 invtrig cleanups
Szabolcs Nagy
-110
/
+87
2012-11-13
math: simplify hypot and hypotf using scalbn
Szabolcs Nagy
-11
/
+4
2012-11-13
math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed
Szabolcs Nagy
-0
/
+10
2012-11-13
math: excess precision fix modf, modff, scalbn, scalbnf
Szabolcs Nagy
-22
/
+18
2012-11-13
math: fix scalbn and scalbnf on overflow/underflow
Szabolcs Nagy
-10
/
+24
2012-11-13
math: fix nextafter and nexttoward on maxdbl and maxflt input
Szabolcs Nagy
-4
/
+4
2012-11-13
math: raise flags in logl.c on <= 0 arguments
Szabolcs Nagy
-9
/
+3
2012-11-13
math: fix logb*.c exceptions now that ilogb raises invalid
Szabolcs Nagy
-25
/
+17
2012-11-13
math: raise flags in log2l.c on <= 0 arguments, and fix volatile
Szabolcs Nagy
-8
/
+3
2012-11-13
math: raise exception flags in log1pl.c on <= -1 arguments
Szabolcs Nagy
-7
/
+2
2012-11-12
math: raise invalid flag in ilogb*.c on +-0, +-inf and nan
Szabolcs Nagy
-6
/
+18
2012-11-12
math: fix exception behaviour of expm1l.c on inf and nan
Szabolcs Nagy
-13
/
+7
2012-11-12
math: fix long double constants in exp10l.c
Szabolcs Nagy
-2
/
+2
2012-08-13
Merge remote-tracking branch 'nsz/exp'
Rich Felker
-40
/
+35
2012-08-13
remove significandl
Rich Felker
-7
/
+0
2012-08-13
add significand[fl] math functions
Rich Felker
-0
/
+21
2012-08-08
math: fix exp.s on i386 and x86_64 so the exception flags are correct
nsz
-40
/
+35
2012-07-02
fix missing prototype and simplify sincosl on ld64 archs
Rich Felker
-4
/
+2
2012-07-02
fix invalid implicit pointer conversion in ld64 modfl
Rich Felker
-1
/
+1
2012-06-20
math: fix fma bug on x86 (found by Bruno Haible with gnulib)
nsz
-2
/
+10
[prev]
[next]