diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-18 16:28:52 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-18 16:28:52 -0400 |
| commit | 9de57eaf65fea869913a079852af3cf56f550116 (patch) | |
| tree | aed01eaaeded71bc57af9857da7926a524c183af | |
| parent | 6ef0583868ea28712ffbc2366fb7dd5be7ab32d3 (diff) | |
Remove some num functions
| -rw-r--r-- | environment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.c b/environment.c index e13c9c13..e2a63315 100644 --- a/environment.c +++ b/environment.c @@ -197,7 +197,7 @@ env_t *new_compilation_unit(CORD *libname) F(exp), F(exp2), F(expm1), F(floor), F(j0), F(j1), F(log), F(log10), F(log1p), F(log2), F(logb), F(rint), F(round), F(significand), F(sin), F(sinh), F(sqrt), F(tan), F(tanh), F(tgamma), F(trunc), F(y0), F(y1), - F2(atan2), F2(copysign), F2(fdim), F2(hypot), F2(nextafter), F2(pow), F2(remainder), + F2(atan2), F2(copysign), F2(fdim), F2(hypot), F2(nextafter), )}, #undef F2 #undef F |
