Framework:ABS: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<span {{CoPFormel}}>ABS(<Number>)</span> | <span {{CoPFormel}}>ABS(<Number>)</span> | ||
{| class="wikitable" width={{{breite|80%}}} | {| class="wikitable" width={{{breite|80%}}} | ||
| Line 12: | Line 11: | ||
|Numeric expression | |Numeric expression | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_client-side|client-side functions]]. | |||
==Result== | ==Result== | ||
Returns the absolute value of a specified number. | Returns the absolute value of a specified number. | ||
==Example== | ==Example== | ||
<span {{CoPFormel}}>ABS(-2)</span><br> | <span {{CoPFormel}}>ABS(-2)</span><br> | ||
Result: 2. | Result: 2. | ||
Latest revision as of 08:48, 24 May 2012
Function
ABS(<Number>)
| Parameter | Description |
| Number | Numeric expression |
This function belongs to client-side functions.
Result
Returns the absolute value of a specified number.
Example
ABS(-2)
Result: 2.