diff --git a/lib/node_modules/@stdlib/math/base/ops/README.md b/lib/node_modules/@stdlib/math/base/ops/README.md
index 499596d27f09..8b206716c13b 100644
--- a/lib/node_modules/@stdlib/math/base/ops/README.md
+++ b/lib/node_modules/@stdlib/math/base/ops/README.md
@@ -50,8 +50,6 @@ The namespace contains the following functions:
- [`cnegf( z )`][@stdlib/math/base/ops/cnegf]: negate a single-precision complex floating-point number.
- [`csub( z1, z2 )`][@stdlib/math/base/ops/csub]: subtract two double-precision complex floating-point numbers.
- [`csubf( z1, z2 )`][@stdlib/math/base/ops/csubf]: subtract two single-precision complex floating-point numbers.
-- [`imul( a, b )`][@stdlib/number/int32/base/mul]: perform C-like multiplication of two signed 32-bit integers.
-- [`imuldw( a, b )`][@stdlib/number/int32/base/muldw]: compute the double word product of two signed 32-bit integers.
- [`umuldw( a, b )`][@stdlib/math/base/ops/umuldw]: compute the double word product of two unsigned 32-bit integers.
@@ -115,10 +113,6 @@ console.log( ns.cmul( z1, z2 ) ); // { 're': -13.0, 'im': -1.0 }
[@stdlib/math/base/ops/csubf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/csubf
-[@stdlib/number/int32/base/mul]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/int32/base/mul
-
-[@stdlib/number/int32/base/muldw]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/int32/base/muldw
-
[@stdlib/math/base/ops/umuldw]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/umuldw