Open
Description
Hi,
It seems like all the functions under f32_runtime
don't work without std (https://doc.rust-lang.org/src/std/f32.rs.html#29-994)
I tried looking for documentation about this and didn't find anything concrete, and since the core
docs don't have documentation for the primitives and only the std
ones do it's hard to figure this out.
Some examples:
https://play.rust-lang.org/?gist=5aa47f506cd792cf58fbcd9f0219ef2b
According to: #39473
It sounds like some of it may be on purpose? if so it's too bad but at least should be documented well