ez.no / ezpublish / documentation / reference / template operators / mathematics
These documentation pages are no longer maintained. Please visit the new documentation site.
The following table contains a list of template operators related to mathematics/arithmetics. Click on the name of an operator for more information about that specific operator (usage, parameters, description, examplets, etc.).
| Operator | Description |
|---|---|
| abs | Returns positive value of either the input or the first param... |
| ceil | Returns the next highest integer value of input or parameter. |
| dec | Returns input or parameter decremented by one. |
| div | Divides input or first parameter by remaining parameters. |
| floor | Returns the next lowest integer value by rounding down input... |
| inc | Increments either the input or the first parameter with one. |
| max | Returns the largest value of all parameters. |
| min | Returns the smallest value of all parameters. |
| mod | Returns the modulo of two parameters. |
| mul | Multiplies all parameters and returns the result. |
| round | Returns the rounded value of input value. |
| sub | Subtracts all remaining parameters from the first parameter. |
| sum | Returns the sum of all parameters. |
Comments
Combining operators
esperion H
Friday 09 December 2005 3:42:52 pm