Template:Abs
You don't need to be Editor-In-Chief to add or edit content to WikiDoc. You can begin to add to or edit text on this WikiDoc page by clicking on the edit button at the top of this page. Next enter or edit the information that you would like to appear here. Once you are done editing, scroll down and click the Save page button at the bottom of the page.
This template evaluates its numeric parameter and returns its absolute value. If the parameter is empty or missing, it returns an empty string. The parameter may also be a numeric expression that will be evaluated before testing its sign.
- Syntax:
- {{Abs|value}}
- Examples with a simple number:
- {{Abs|100}} = 100.
- {{Abs|0.1}} = 0.1.
- {{Abs|0}} = 0.
- {{Abs|-0.1}} = 0.1.
- {{Abs|-100}} = 100.
- Examples where the parameter is evaluated:
- {{Abs|01}} = 1.
- {{Abs|00}} = 0.
- {{Abs|0.}} = 0.
- {{Abs|0.0}} = 0.
- {{Abs|-0}} = 0.
- {{Abs|3-4}} = 1.
- {{Abs|-4*2}} = 8.
- Examples with an empty (or missing) parameter:
- {{Abs|}} = .
- {{Abs}} = .ar:قالب:مطلق
it:Template:Abs vi:Tiêu bản:Abs
zh-classical:Template:Math.abs
