diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-20 21:59:52 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-01-14 02:21:11 +0700 |
commit | 3b62c6587c50400cf0899c60ee29fa2282efdd28 (patch) | |
tree | 8a9cd6b67bd66988969b5e545f878e1a25354630 /emcc | |
parent | 75a6be63a37d68295c0e6da9f9e77d17c8cc7e91 (diff) |
Add lots of math functions.
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1542,11 +1542,22 @@ try: ['math', [ '__cosdf.c', '__sindf.c', + 'ilogb.c', + 'ilogbf.c', + 'ilogbl.c', + 'ldexp.c', + 'ldexpf.c', + 'ldexpl.c', + 'logb.c', + 'logbf.c', + 'logbl.c', 'lgamma.c', 'lgamma_r.c', 'lgammaf.c', 'lgammaf_r.c', 'lgammal.c', + 'scalbn.c', + 'scalbnf.c', 'signgam.c', 'tgamma.c', 'tgammaf.c', |