Floating-point types
202307061619
Status: #idea
Tags: Rust
Floating-point types
- Rust has 2 floating point types:
f32andf64 f64is the default. On modern CPUs, it is as fast asf32
202307061619
Status: #idea
Tags: Rust
f32 and f64f64 is the default. On modern CPUs, it is as fast as f32