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 5c41472 commit 7ec4868Copy full SHA for 7ec4868
1 file changed
lib/node_modules/@stdlib/stats/strided/distances/dchebychev/README.md
@@ -24,7 +24,7 @@ limitations under the License.
24
25
<section class="intro">
26
27
-The [Chebychev distance][wikipedia-chebychev-distance] (also known as the $L_∞$ metric ) is defined as
+The [Chebychev distance][wikipedia-chebychev-distance] (also known as the $L\_∞$ metric ) is defined as
28
29
<!-- <equation class="equation" label="eq:chebychev_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 Chebychev distance."> -->
30
0 commit comments