Skip to content

Commit

Permalink
Document max and min
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Dec 13, 2023
1 parent d39c0a6 commit eb6195b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ A selection of these and other valid operators are stated below.
- `*`
- `/`
- `^`
- `max`
- `min`
- `mod`
- `cond`
- Equal to `(x, y) -> x > 0 ? y : 0`
- `greater`
Expand All @@ -22,7 +25,6 @@ A selection of these and other valid operators are stated below.
- Equal to `(x, y) -> (x > 0 || y > 0) ? 1 : 0`
- `logical_and`
- Equal to `(x, y) -> (x > 0 && y > 0) ? 1 : 0`
- `mod`

**Unary**

Expand Down

0 comments on commit eb6195b

Please sign in to comment.