This commit is contained in:
Mike Farah 2024-03-30 14:01:42 +11:00
parent 28c406706a
commit fe84f62288
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Max
Computes the maximum among an incoming sequence of scalar values.
## Maximum int
Given a sample.yml file of:

View File

@ -1,3 +1,6 @@
# Min
Computes the minimum among an incoming sequence of scalar values.
## Minimum int
Given a sample.yml file of: