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/uint32/base/muldw/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ for ( i = 0xFFFFFFF0; i < 0xFFFFFFFF; i++ ) {
111
111
## See Also
112
112
113
113
- <spanclass="package-name">[`@stdlib/number/int32/base/muldw`][@stdlib/number/int32/base/muldw]</span><spanclass="delimiter">: </span><spanclass="description">compute the double word product of two signed 32-bit integers.</span>
114
-
- <spanclass="package-name">[`@stdlib/number/uint32/base/mul`][@stdlib/number/uint32/base/mul]</span><spanclass="delimiter">: </span><spanclass="description">perform C-like multiplication of two unsigned 32-bit integers.</span>
114
+
- <spanclass="package-name">[`@stdlib/number/uint32/base/mul`][@stdlib/number/uint32/base/mul]</span><spanclass="delimiter">: </span><spanclass="description">multiply two unsigned 32-bit integers.</span>
0 commit comments