The add function#
Aliases#
halerium.core.add
halerium.core.math.add
- add(left, right)#
Addition, element-wise.
- Parameters:
left – The first addend.
right – The second addend.
- Returns:
operator – The halerium Operator representing the operation.
- Return type: