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…
x
Reference in New Issue
Block a user