Element - ∴
- Dyadic Maximum
Characters:
∴
Description
Maximum of two values / Maximum of a list by a function
Overloads
any-any
-max(a,b)
any-fun
-max(a,key=b)
Examples
5 3 ∴
=5
`hello` `goodbye` ∴
=`hello`
3 `(stuff)` ∴
=3