We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451c3ac commit 9e9e414Copy full SHA for 9e9e414
1 file changed
src/cls/Math/Math.cls
@@ -45,6 +45,7 @@ ClassMethod LCM(pFactors...) As %Integer [ CodeMode = expression ]
45
##class(Math.Math).LeastCommonMultiple(pFactors...)
46
}
47
48
+/// Accepts a variable number of parameters and outputs the max value
49
ClassMethod Max(pIntegers...) As %Integer
50
{
51
Set tSC=##class(Math.Utils).ValidateInput(pIntegers...)
0 commit comments