mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Added which number is computed in compute_float.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
LARGEST_POWER_OF_FIVE, POWER_OF_FIVE_128, SMALLEST_POWER_OF_FIVE,
|
||||
};
|
||||
|
||||
/// Compute a float using an extended-precision representation.
|
||||
/// Compute w * 10^q using an extended-precision float representation.
|
||||
///
|
||||
/// Fast conversion of a the significant digits and decimal exponent
|
||||
/// a float to an extended representation with a binary float. This
|
||||
|
||||
Reference in New Issue
Block a user