mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
Fix doc of log function
This commit is contained in:
parent
c81575657c
commit
a4f8d3e36d
@ -688,7 +688,7 @@ macro_rules! uint_impl {
|
||||
/// rounded down.
|
||||
///
|
||||
/// This method might not be optimized owing to implementation details;
|
||||
/// `log2` can produce results more efficiently for base 2, and `log10`
|
||||
/// `ilog2` can produce results more efficiently for base 2, and `ilog10`
|
||||
/// can produce results more efficiently for base 10.
|
||||
///
|
||||
/// # Panics
|
||||
|
Loading…
Reference in New Issue
Block a user