Fix may not to appropriate might not or must not
This commit is contained in:
parent
85237886df
commit
e43254aad1
50 changed files with 100 additions and 96 deletions
|
@ -409,7 +409,7 @@ impl f64 {
|
|||
|
||||
/// Returns the logarithm of the number with respect to an arbitrary base.
|
||||
///
|
||||
/// The result may not be correctly rounded owing to implementation details;
|
||||
/// The result might not be correctly rounded owing to implementation details;
|
||||
/// `self.log2()` can produce more accurate results for base 2, and
|
||||
/// `self.log10()` can produce more accurate results for base 10.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue