Expand description
The numbers/f32 domain: single-precision floating-point literals and
values, their scalar arithmetic, and promotion into f64.
Structs§
- F32Number
Domain - The single-precision 32-bit floating-point number domain: parses decimal
literals and declares the widening promotion edge into
f64. - F32Numbers
Lib - The library that installs the
numbers/f32domain: its literal class and shapes, value shape, scalar ops, and promotion rules.
Functions§
- number_
domain - The
numbers/f32domain symbol shared by this crate’s literals, values, and ops.