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/math/base/ops/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,6 @@ The namespace contains the following functions:
50
50
- <spanclass="signature">[`cnegf( z )`][@stdlib/math/base/ops/cnegf]</span><spanclass="delimiter">: </span><spanclass="description">negate a single-precision complex floating-point number.</span>
- <spanclass="signature">[`imul( a, b )`][@stdlib/number/int32/base/mul]</span><spanclass="delimiter">: </span><spanclass="description">perform C-like multiplication of two signed 32-bit integers.</span>
54
53
- <spanclass="signature">[`imuldw( a, b )`][@stdlib/math/base/ops/imuldw]</span><spanclass="delimiter">: </span><spanclass="description">compute the double word product of two signed 32-bit integers.</span>
55
54
- <spanclass="signature">[`umuldw( a, b )`][@stdlib/math/base/ops/umuldw]</span><spanclass="delimiter">: </span><spanclass="description">compute the double word product of two unsigned 32-bit integers.</span>
0 commit comments