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 dbbc745 commit 0f53f18Copy full SHA for 0f53f18
lib/node_modules/@stdlib/number/float64/base/ulp-difference/lib/main.js
@@ -183,7 +183,7 @@ function ulpdiff( x, y ) {
183
wx = toWords( x, WX, 1, 0 );
184
wy = toWords( y, WY, 1, 0 );
185
186
- // Convert the values to lexicographically order integers:
+ // Convert the values to lexicographically ordered integers:
187
wx = monotoneKey( wx );
188
wy = monotoneKey( wy );
189
0 commit comments