Skip to content

Commit

Permalink
Merge pull request #4114 from rust-lang/push-qkxwxlrxmtul
Browse files Browse the repository at this point in the history
Drop a pedantry-triggering sentence about IEEE-754
  • Loading branch information
chriskrycho authored Nov 27, 2024
2 parents fb3b8fc + d119e94 commit 34afc7a
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 34afc7a

Please sign in to comment.