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 480410f commit 7829f68Copy full SHA for 7829f68
core/src/main/scala/spire/math/Merging.scala
@@ -54,7 +54,7 @@ abstract class BinaryMerge {
54
* @param bi
55
* an index into the second sequence
56
* @return
57
- * -1 if a(ai) < b(bi), 0 if a(ai) == b(bi), 1 if a(ai) > b(bi)
+ * -1 if a(ai) < b(bi), 0 if a(ai) == b(bi), 1 if a(ai) > b(bi)
58
*/
59
def compare(ai: Int, bi: Int): Int
60
0 commit comments