aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/src/math
AgeCommit message (Collapse)Author
2014-01-15Fill in undefined math symbols.Bruce Mitchener
2014-01-14Add lots of math functions.Bruce Mitchener
2014-01-14Make lgamma and friends work, add test.Bruce Mitchener
We can't use weak aliases on variables in emscripten, so get rid of __signgam and just use signgam.
2014-01-14Add gamma functions.Bruce Mitchener
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
This implementation of strtod() replaces the old as it implements support for parsing hex constants which is needed by various tests.