Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jul 25, 2024
1 parent 5e324cf commit 2eaa479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/num/dec2flt/number.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ impl Number {
&& !self.many_digits
}

/// The fast path algorithm to turn into an exact float representation, using machine-sized
/// integers and floats.
/// Try turning the decimal into an exact float representation, using machine-sized integers
/// and floats.
///
/// This is extracted into a separate function so that it can be attempted before constructing
/// a Decimal. This only works if both the mantissa and the exponent
Expand Down

0 comments on commit 2eaa479

Please sign in to comment.