We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499bdc0 commit 8041e27Copy full SHA for 8041e27
lib/node_modules/@stdlib/stats/strided/distances/dchebyshev/README.md
@@ -24,7 +24,7 @@ limitations under the License.
24
25
<section class="intro">
26
27
-The [Chebyshev distance][wikipedia-chebyshev-distance] (also known as the $L_∞$ metric) is defined as
+The [Chebyshev distance][wikipedia-chebyshev-distance] (also known as the $L\_∞$ metric) is defined as
28
29
<!-- <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."> -->
30
0 commit comments