No documentation about f32_runtime without std #63905
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-floating-point
Area: Floating point numbers and arithmetic
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
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 thestd
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
The text was updated successfully, but these errors were encountered: