Framework:ABS: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


ABS(<Number>)
<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>
ABS(-2)<br>
Result: 2.
Result: 2.


Line 25: Line 23:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|ABS]]
[[Category:Functions - client-side|ABS]]
[[Category:Functions - client-side|ABS]]
[[de:Framework:ABS]]
[[de:Framework:ABS]]

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.