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 d667095 commit b78c2abCopy full SHA for b78c2ab
test/src/Integer/compare.js
@@ -11,5 +11,6 @@ test( 'compare' , t => {
11
t.true( ZZ.from(-1).len(-1) ) ;
12
t.true( ZZ.from(7).gen(3) ) ;
13
t.true( ZZ.from(13).eqn(13) ) ;
14
+ t.true( ZZ.from(13).nen(14) ) ;
15
16
} ) ;
0 commit comments