6 lines
195 B
Markdown
6 lines
195 B
Markdown
|
|
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
|