Commit 42d6a4a3 authored by zYne's avatar zYne

some docs for arithmetic functions

parent 3fe78797
......@@ -55,5 +55,19 @@ foreach($users as $user) {
+++ Arithmetic functions
Availible DQL arithmetic functions:
<code>
ABS(simple_arithmetic_expression)
SQRT(simple_arithmetic_expression)
MOD(simple_arithmetic_expression, simple_arithmetic_expression)
</code>
* The //ABS// function returns the absolute value for given number.
* The //SQRT// function returns the square root for given number.
* The //MOD// function returns the modulus of first argument using the second argument.
+++ Datetime functions
+++ Collection functions
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment