Skip to content

Commit b119d51

Browse files
committed
Update equation
This commit removes abbreviation jargon.
1 parent fa0905d commit b119d51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/math/base/special/log2

lib/node_modules/@stdlib/math/base/special/log2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
The [binary logarithm][binary-logarithm] (logarithm with base 2) is defined for any positive real number as
99

10-
<!-- <equation class="equation" label="eq:binary_logarithm" align="center" raw="\quad \log_{2} \left( x \right) = y \quad \text{s.t.} \quad 2^y = x" alt="Equation for the binary logarithm."> -->
10+
<!-- <equation class="equation" label="eq:binary_logarithm" align="center" raw="\quad \log_{2} \left( x \right) = y \quad \text{such\ that} \quad 2^y = x" alt="Equation for the binary logarithm."> -->
1111

12-
<div class="equation" align="center" data-raw-text="\quad \log_{2} \left( x \right) = y \quad \text{s.t.} \quad 2^y = x" data-equation="eq:binary_logarithm">
12+
<div class="equation" align="center" data-raw-text="\quad \log_{2} \left( x \right) = y \quad \text{such\ that} \quad 2^y = x" data-equation="eq:binary_logarithm">
1313
<img src="" alt="Equation for the binary logarithm.">
1414
<br>
1515
</div>

0 commit comments

Comments
 (0)