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 fe0e586 commit 2adc11cCopy full SHA for 2adc11c
lib/node_modules/@stdlib/number/float32/base/ulp-difference/lib/main.js
@@ -90,7 +90,7 @@ function ulpdiff( x, y ) {
90
wx = toWordf( x );
91
wy = toWordf( y );
92
93
- // Convert the words to lexicographically order integers:
+ // Convert the words to lexicographically ordered integers:
94
wx = monotoneKey( wx );
95
wy = monotoneKey( wy );
96
0 commit comments