We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here will be all the docs for the many BFL libraries that exist
Given the top two items on the stack, return the maximum of the two items
Cases
In -> Out [1, 2] -> [2] [-50, 30] -> [30] [3.1, 3.2] -> [3.2]
Pushes an empty stack onto the stack
In -> Out [] -> [[]]