Find a file
2021-08-07 18:41:42 +08:00
src add ldexp, ldexpf, lgamma, lgamma_r, lgammaf, lgammaf_r functions 2021-08-07 18:41:42 +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.