Add error and gamma functions

Fixes #99
This commit is contained in:
Justine Tunney 2021-03-02 11:57:19 -08:00
parent d53a344e18
commit 32e289b1d8
11 changed files with 1187 additions and 0 deletions

View file

@ -147,6 +147,8 @@ double sqrt(double);
double tan(double);
double tanh(double);
double trunc(double);
double lgamma(double);
double lgamma_r(double, int *);
float acosf(float);
float acoshf(float);