multiply
Here are 81 public repositories matching this topic...
Divide and Conquer algorithm to multiply n-bit numbers in O(n^1.58).. This implementation works completely without using Python's "*"-operator; just "+", "-", bitwise operations and a lookup table.
-
Updated
Jun 19, 2019 - Python
Create an iterator which iteratively computes a moving product.
-
Updated
Apr 30, 2026 - JavaScript
Compute the double word product of two signed 32-bit integers.
-
Updated
Feb 19, 2022 - Makefile
Compute the double word product of two unsigned 32-bit integers.
-
Updated
Feb 19, 2022 - Makefile
multiply array representation of big numbers
-
Updated
Jul 30, 2018 - JavaScript
Compute the double word product of two unsigned 32-bit integers.
-
Updated
Mar 9, 2025 - JavaScript
Compute the double word product of two signed 32-bit integers.
-
Updated
Mar 8, 2025 - JavaScript
Element-wise multiplication of two strided arrays.
-
Updated
May 17, 2026 - C
Multiply two single-precision complex floating-point numbers.
-
Updated
Jul 18, 2024 - Python
Create an iterator which iteratively computes a cumulative product.
-
Updated
Apr 30, 2026 - JavaScript
Improve this page
Add a description, image, and links to the multiply topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multiply topic, visit your repo's landing page and select "manage topics."