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