add
Adds two numbers.
Category
Mathematical operations and calculations
15 utilities available
Adds two numbers.
Computes number rounded up to precision.
Divides two numbers.
Computes number rounded down to precision.
Computes the maximum value of array. If array is empty or falsy, undefined is returned.
This method is like max except that it accepts iteratee which is invoked for each element in array to generate the criterion by which the value is ranked.
Computes the mean of the values in array.
This method is like mean except that it accepts iteratee which is invoked for each element in array to generate the value to be averaged.
Computes the minimum value of array. If array is empty or falsy, undefined is returned.
This method is like min except that it accepts iteratee which is invoked for each element in array to generate the criterion by which the value is ranked.
Multiplies two numbers.
Computes number rounded to precision.
Subtracts two numbers.
Computes the sum of the values in array.
This method is like sum except that it accepts iteratee which is invoked for each element in array to generate the value to be summed.