The sub function#

Aliases#

halerium.core.sub
halerium.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:

halerium.core.operator.Sub