fix(post): another typo
This commit is contained in:
parent
87d970593a
commit
07e4afc62b
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@
|
||||||
because \(log_2(x)\) is not available in python.
|
because \(log_2(x)\) is not available in python.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
It's certainly possible that \(max(nums, k)=0\). To avoid
|
It's certainly possible that \(max\{nums, k\}=0\). To avoid
|
||||||
the invalid calculation \(log(0)\), take the larger of \(1\) and
|
the invalid calculation \(log(0)\), take the larger of \(1\) and
|
||||||
this calculation. The number of digits will then (correctly) be
|
this calculation. The number of digits will then (correctly) be
|
||||||
\(1\) in this special case.
|
\(1\) in this special case.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue