Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Created October 2, 2024 05:25
Show Gist options
  • Save thatisuday/29136bce48b93283633d6edd081edcff to your computer and use it in GitHub Desktop.
Save thatisuday/29136bce48b93283633d6edd081edcff to your computer and use it in GitHub Desktop.
Floating-Point Number Types in Rust
Data Type Bit Size Min Value Max Value
f32 32 1.17549435e-38 3.40282347e+38
f64 64 2.2250738585072014e-308 1.7976931348623157e+308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment