Files
rust/src/libstd/os/raw/float.md

6 lines
195 B
Markdown
Raw Normal View History

2017-12-22 21:43:09 -05:00
Equivalent to C's `float` type.
This type will almost always be [`f32`], however, the standard technically only guarantees that it be a floating-point number.
[`f32`]: ../../primitive.f32.html