Skip to content

Floats practice problems in Rust

Difficulty:
Category:
Tag:

Showing 6 of 6

Status Title Difficulty
Auto-vectorisation and why floating-point addition blocks it Hard
Casting with as: truncation, sign reinterpretation, saturation Medium
Extension traits: adding methods to types you do not own Medium
Floating point: f32, f64, NaN, and why == is a trap Medium
PartialEq and Eq: why floats can be compared but not Eq Medium
Tuples and destructuring Easy