multiply
Here are 71 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
- Python
Create an iterator which iteratively computes a moving product.
- Updated
- JavaScript
Compute the double word product of two signed 32-bit integers.
- Updated
- Makefile
Compute the double word product of two unsigned 32-bit integers.
- Updated
- Makefile
Compute the double word product of two unsigned 32-bit integers.
- Updated
- JavaScript
Multiply two single-precision complex floating-point numbers.
- Updated
- Python
Create an iterator which performs element-wise division of two or more iterators.
- Updated
- JavaScript
Multiplies a number by zero. Useful for when you need to multiply a number by zero
- Updated
- JavaScript
Element-wise multiplication of two strided arrays.
- Updated
- C
Compute the double word product of two signed 32-bit integers.
- Updated
- JavaScript
Multiply two double-precision floating-point numbers.
- Updated
- Python
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."
