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/float32/base/to-word/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ for ( i = 0; i < 1000; i++ ) {
121
121
122
122
#### stdlib_base_float32_to_word( x, \*word )
123
123
124
-
Converts a single-precision floating-point number to an unsigned 32-bit integer corresponding to the number's binary representation.
124
+
Converts a single-precision floating-point number to an unsigned 32-bit integer corresponding to the number's [IEEE 754][ieee754]binary representation.
0 commit comments