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 bbb5e70 commit b7c788bCopy full SHA for b7c788b
src/distance.rs
@@ -4,9 +4,9 @@
4
5
use num_traits::Float;
6
7
-/// Returns the squared euclidean distance between two points, when you only
8
-/// need to compare distances, rhather than having the exact distance between
9
-/// the points this metric is benefitial because it avoids the expensive square
+/// Returns the squared euclidean distance between two points. When you only
+/// need to compare distances, rather than having the exact distance between
+/// the points, this metric is benefitial because it avoids the expensive square
10
/// root computation.
11
///
12
/// # Examples
0 commit comments