Skip to content

Commit 1bda0c9

Browse files
committed
docs: update related packages sections
1 parent 499bdc0 commit 1bda0c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/strided/distances/dchebyshev

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)