multiply
Here are 54 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
Basic math operations. Add, substract, multiply and divide.
-
Updated
Jan 21, 2024 - TypeScript
Compute the double word product of two signed 32-bit integers.
-
Updated
Nov 1, 2024 - JavaScript
Element-wise multiplication of two strided arrays.
-
Updated
Sep 1, 2024 - C
Create an iterator which iteratively computes a moving product.
-
Updated
Nov 1, 2024 - JavaScript
multiply array representation of big numbers
-
Updated
Jul 30, 2018 - 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
Nov 1, 2024 - JavaScript
Multiply two double-precision floating-point numbers.
-
Updated
Nov 1, 2024 - Python
A few calculators using python!
-
Updated
Nov 16, 2022 - Python
Multiply two complex numbers.
-
Updated
Jul 18, 2024 - Python
Multiply two single-precision complex floating-point numbers.
-
Updated
Jul 18, 2024 - 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."