Find a file
2021-08-07 20:11:24 +08:00
src add pow, powf, remainder, remainderf, remquo, remquof, round, roundf, scalbn, scalbnf, sin, sincos, sincosf, sinf, sinh, sinhf, sqrt, sqrtf, tan, tanf, tanh, tanhf, tgamma, tgammaf, trunc, truncf, y0, y0f, y1, y1f, yn, ynf functions 2021-08-07 20:11:24 +08:00
.gitignore init crate 2021-08-06 22:54:24 +08:00
Cargo.toml implement acos, acosf, acosh, acoshf 2021-08-06 23:15:59 +08:00
LICENSE Initial commit 2021-08-06 22:49:15 +08:00
README.md update README 2021-08-06 23:26:14 +08:00

externc-libm

libm with the required no_mangle and extern "C" declarations for linking under no_std environments.