fix(post): another typo

This commit is contained in:
Barrett Ruth 2024-11-10 17:08:52 -05:00
parent 87d970593a
commit 07e4afc62b

View file

@ -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&apos;s certainly possible that \(max(nums, k)=0\). To avoid It&apos;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.