diff --git a/functions/math.xml b/functions/math.xml index 5d04e9ec36..3c49b72a06 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -1,5 +1,5 @@ - + Mathematical Functions Math @@ -413,6 +413,15 @@ $binary = base_convert ($hexadecimal, 16, 2); float as the value range of float is usually bigger than that of int. + + <function>ceil</function> examples + + + + See also floor and round.