Continuing from #36 https://github.com/rust-lang/rust/issues/137578 lets core provide its own impls for various float math functions, removing the need for C99-level CRT (see [this comment](https://github.com/rust9x/rust/issues/36#issuecomment-2508637797)) for these. Might want to just enable this when compiling for rust9x.
Continuing from #36
rust-lang#137578 lets core provide its own impls for various float math functions, removing the need for C99-level CRT (see this comment) for these.
Might want to just enable this when compiling for rust9x.