You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/number/float16/base/ulp-difference/lib/main.js
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,18 @@ var abs = require( '@stdlib/math/base/special/abs' );
30
30
// FUNCTIONS //
31
31
32
32
/**
33
-
* Converts an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a half-precision floating-point number to a lexicographically ordered integer.
33
+
* Converts an unsigned 16-bit integer corresponding to the IEEE 754 binary representation of a half-precision floating-point number to a lexicographically ordered integer.
34
34
*
35
35
* @private
36
-
* @param {unsigned32} word - unsigned 32-bit integer
36
+
* @param {unsigned16} word - unsigned 16-bit integer
0 commit comments