The sub function#
Aliases#
halerium.core.subhalerium.core.math.sub- sub(left, right)#
Subtraction, element-wise.
- Parameters:
left – The minuend.
right – The subtrahend.
- Returns:
operator – The halerium Operator representing the operation.
- Return type: