Template:Abs: Difference between revisions

From Vigyanwiki
Template>Frietjes
No edit summary
m (13 revisions imported from alpha:Template:Abs)
 
(13 intermediate revisions by 8 users not shown)
Line 1: Line 1:
&#124;{{{1}}}&#124;<noinclude>
<includeonly>&#124;{{#if:{{{1|}}}|<span class="nowrap" style="padding-left:0.1em; padding-right:0.1em;">{{{1}}}</span>|&nbsp;&middot;&nbsp;}}&#124;</includeonly><noinclude>
{{documentation|content=
{{documentation}}
This template may be used to enclose text between two pipes, typically denoting the absolute value.
</noinclude>
 
== Usage ==
<pre>
When {{nowrap|{{abs|x}} < 7}}, the function is positive.
</pre>
When {{nowrap|{{abs|x}} < 7}}, the function is positive.
 
== Alternatives ==
This template is equivalent to enclosing the text between two {{tld|pipe}} templates
<pre>
When {{nowrap|{{pipe}}x{{pipe}} < 7}}, the function is positive.
</pre>
When {{nowrap|{{pipe}}x{{pipe}} < 7}}, the function is positive.
 
== See also ==
* {{tl|pipe}}
* {{tl|norm}}
* {{tl|bra-ket}}
* {{tl|langle}} and {{tl|rangle}}
 
[[Category:Mathematical formatting templates]]
}}</noinclude>

Latest revision as of 09:27, 13 December 2022

Template documentation