Skip to content

Commit 8041e27

Browse files
authored
docs: update markup
PR-URL: #10852 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 499bdc0 commit 8041e27

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/strided/distances/dchebyshev

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/strided/distances/dchebyshev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
2525
<section class="intro">
2626

27-
The [Chebyshev distance][wikipedia-chebyshev-distance] (also known as the $L_∞$ metric) is defined as
27+
The [Chebyshev distance][wikipedia-chebyshev-distance] (also known as the $L\_∞$ metric) is defined as
2828

2929
<!-- <equation class="equation" label="eq:chebyshev_distance" align="center" raw="D(A,B)=\max _{i}(|a_{i}-b_{i}|) = \lim _{p\to \infty}{\bigg (}\sum_{i=0}^{N-1}\left|a_{i}-b_{i}\right|^{p}{\bigg )}^{1/p}" alt="Equation for Chebyshev distance."> -->
3030

0 commit comments

Comments
 (0)