Framework:ABS: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
{| | {| class="wikitable" width={{{breite|80%}}} | ||
|- | |- {{Tabellentitel}} | ||
| | | Parameter | ||
| | | Description | ||
|- | |- | ||
|Number | |Number | ||
Revision as of 17:48, 5 March 2012
Function
ABS(<Number>)
| Parameter | Description |
| Number | Numeric expression |
Result
Returns the absolute value of a specified number.
Example
ABS(-2)
Result: 2.