Global

Methods

add(numA, numB) → {number}

Get add operation of two numbers.
Parameters:
Name Type Description
numA number The first numeric operand
numB number The second numeric operand
Source:
Returns:
Sum of numA and numB
Type
number