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