aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/src/math/lgammal.c
AgeCommit message (Collapse)Author
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