Skip to content

Commit 8cdf5ed

Browse files
committed
Add Ceiling documentation
1 parent b37cc69 commit 8cdf5ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cls/Math/Math.cls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ ClassMethod Factorial(pValue = "") As %Integer
141141
Quit tRes
142142
}
143143

144+
/// Wrapper for $SYSTEM.SQL.CEILING</br>
145+
/// Accepts a single value and outputs the Ceiling</br>
146+
/// Null input is not valid
144147
ClassMethod Ceiling(pValue = "") As %Integer
145148
{
146149
Set tSC=##class(Math.Utils).ValidateInput(pValue)

0 commit comments

Comments
 (0)