Go to file
HTG-YT ee59a54d73 update README 2021-08-06 23:26:14 +08:00
src add asin, asinf, asinh, asinhf 2021-08-06 23:24:53 +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

README.md

externc-libm

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