Skip to main content

Crate sim_lib_numbers_float

Crate sim_lib_numbers_float 

Source
Expand description

The numbers/f32 domain: single-precision floating-point literals and values, their scalar arithmetic, and promotion into f64.

Structs§

F32NumberDomain
The single-precision 32-bit floating-point number domain: parses decimal literals and declares the widening promotion edge into f64.
F32NumbersLib
The library that installs the numbers/f32 domain: its literal class and shapes, value shape, scalar ops, and promotion rules.

Functions§

number_domain
The numbers/f32 domain symbol shared by this crate’s literals, values, and ops.