|
|
(11 intermediate revisions by 8 users not shown) |
Line 1: |
Line 1: |
| <includeonly>|{{#if: {{{1|}}} | <!-- hair space -->{{{1}}}| · }}|</includeonly><noinclude><!-- | is a pipe (vertical bar). --><!-- The hair space to the left prevents the italicized variable (as per math convention) from touching the vertical bar. --> | | <includeonly>|{{#if:{{{1|}}}|<span class="nowrap" style="padding-left:0.1em; padding-right:0.1em;">{{{1}}}</span>| · }}|</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 {{math|{{abs|''x''}} < 7}}, the function is positive.
| |
| </pre>
| |
| When {{math|{{abs|''x''}} < 7}}, the function is positive.
| |
| | |
| <pre>
| |
| The notation {{math|{{abs}}}} means '''absolute value'''.
| |
| </pre>
| |
| The notation {{math|{{abs}}}} means '''absolute value'''.
| |
| | |
| == Alternatives ==
| |
| This template is equivalent to enclosing the text between two {{tld|pipe}} templates (and a hair space &#x200A; to the left of the argument; a hair space being a 1.5 mu space, i.e. a 1/12 em space)
| |
| <pre>
| |
| When {{math|{{pipe}}&#x200A;<!-- hair space -->''x''{{pipe}} < 7}}, the function is positive.
| |
| </pre>
| |
| When {{math|{{pipe}} <!-- hair space -->''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>
| |