min/max operators (#1992)

* min/max operators

* min, max operator headers
This commit is contained in:
Matt Benson
2024-03-30 13:34:36 +11:00
committed by GitHub
parent 3283c65dc4
commit 101cf14b8c
8 changed files with 209 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Max
Computes the maximum among an incoming sequence of scalar values.