Category
First factor
Second factor
The product of a
and b
Reducers
Category
Calculate the product of 2 bigint
s.
Meant to be used with Array.prototype.reduce
.
Time complexity: O(1)
Space complexity: O(1)
First factor
Second factor
The product of a
and b
Reducers
Calculate the product of 2
number
s. Meant to be used withArray.prototype.reduce
.Time complexity: O(1)
Space complexity: O(1)