multiply
Here are 128 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
Compute the double word product of two unsigned 32-bit integers.
-
Updated
Feb 19, 2022 - Makefile
Compute the double word product of two signed 32-bit integers.
-
Updated
Feb 19, 2022 - Makefile
Multiply two single-precision complex floating-point numbers.
-
Updated
Jul 18, 2024 - Python
Element-wise multiplication of two strided arrays.
-
Updated
Aug 15, 2026 - C
multiply array representation of big numbers
-
Updated
Jul 30, 2018 - JavaScript
Create an iterator which iteratively computes a cumulative product.
-
Updated
Sep 14, 2026 - JavaScript
Compute the double word product of two signed 32-bit integers.
-
Updated
Mar 8, 2025 - JavaScript
Multiplies a number by zero. Useful for when you need to multiply a number by zero
-
Updated
Feb 8, 2023 - JavaScript
Create an iterator which performs element-wise division of two or more iterators.
-
Updated
Sep 11, 2026 - JavaScript
Create an iterator which iteratively computes a moving product.
-
Updated
Sep 14, 2026 - JavaScript
Add this topic to your repo
To associate your repository with the multiply topic, visit your repo's landing page and select "manage topics."