diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-15 20:39:15 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-01-14 02:21:11 +0700 |
commit | b167b3c7519c903db2bc9fae51f1a2a2ae1c90e8 (patch) | |
tree | 0b770a07c50c9e4a55b9096a930839f8073e91b6 /emcc | |
parent | c0229303f8fe4176d05286f3b887127c2b028368 (diff) |
Add gamma functions.
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1539,6 +1539,19 @@ try: 'wctrans_l.c', 'wctype_l.c', ]], + ['math', [ + '__cosdf.c', + '__sindf.c', + 'lgamma.c', + 'lgamma_r.c', + 'lgammaf.c', + 'lgammaf_r.c', + 'lgammal.c', + 'signgam.c', + 'tgamma.c', + 'tgammaf.c', + 'tgammal.c' + ]], ['multibyte', [ 'btowc.c', 'mblen.c', |