We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37cc69 commit 8cdf5edCopy full SHA for 8cdf5ed
src/cls/Math/Math.cls
@@ -141,6 +141,9 @@ ClassMethod Factorial(pValue = "") As %Integer
141
Quit tRes
142
}
143
144
+/// Wrapper for $SYSTEM.SQL.CEILING</br>
145
+/// Accepts a single value and outputs the Ceiling</br>
146
+/// Null input is not valid
147
ClassMethod Ceiling(pValue = "") As %Integer
148
{
149
Set tSC=##class(Math.Utils).ValidateInput(pValue)
0 commit comments