Skip to content

Commit

Permalink
Drop a pedantry-triggering sentence about IEEE-754
Browse files Browse the repository at this point in the history
The pedantry is accurate, but since we can just drop this entirely, it
will cut the potential distraction for readers who might get hung up on
it otherwise!

Fixes #3818
  • Loading branch information
chriskrycho committed Nov 27, 2024
1 parent fb3b8fc commit d119e94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ch03-02-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ Here’s an example that shows floating-point numbers in action:
{{#rustdoc_include ../listings/ch03-common-programming-concepts/no-listing-06-floating-point/src/main.rs}}
```

Floating-point numbers are represented according to the IEEE-754 standard. The
`f32` type is a single-precision float, and `f64` has double precision.
Floating-point numbers are represented according to the IEEE-754 standard.

#### Numeric Operations

Expand Down

0 comments on commit d119e94

Please sign in to comment.