min, max operator headers

This commit is contained in:
Matt Benson 2024-03-27 17:45:04 -05:00
parent d4786212ea
commit 6235d564a0
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Max
Computes the maximum among an incoming sequence of scalar values.

View File

@ -0,0 +1,3 @@
# Min
Computes the minimum among an incoming sequence of scalar values.