Template:Abs: Difference between revisions

From Vigyanwiki
Template>Frietjes
No edit summary
Template>Quondum
(replacing hair spaces with HTML padding; results should be more consistent over all fonts, and if copied using an editor, will not include spaces)
Line 1: Line 1:
<includeonly>&#124;{{#if: {{{1|}}} |&#x200A;{{{1}}}&#x200A;|&nbsp;&middot;&nbsp;}}&#124;</includeonly><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|content =
This template may be used to enclose text between two pipes, typically denoting the [[absolute value]].
This template may be used to enclose text between two [[vertical bar]]s ({{unichar|007C|vertical var}}), such as to denote the [[absolute value]].  It adds padding (of width 0.1 em) on each side inside the bars.  


== Usage ==
== Usage ==
Line 10: Line 10:


<pre>
<pre>
The notation {{math|{{abs}}}} means '''absolute value'''.
The notation {{math|{{abs}}}} means ''absolute value''.
</pre>
</pre>
The notation {{math|{{abs}}}} means '''absolute value'''.
The notation {{math|{{abs}}}} means ''absolute value''.


== Alternatives ==
== Alternatives ==
This template is equivalent to enclosing the text between two {{tlx|pipe}} templates (and a hair space &amp;#x200A; around the argument; a hair space being a 1.5 mu space, i.e. a 1/12 em space)
This template is equivalent to enclosing the text between two {{tlx|pipe}} templates (plus padding of width similar to [[hair space]]s around the argument)
<pre>
<pre>
When {{math|{{pipe}}&amp;#x200A;<!-- hair space -->''x''&amp;#x200A;{{pipe}} < 7}}, the function is positive.
When {{math|{{pipe}}&amp;#x200A;<!-- hair space -->''x''&amp;#x200A;{{pipe}} < 7}}, the function is positive.

Revision as of 10:32, 3 August 2017

Template documentation

This template may be used to enclose text between two vertical bars (U+007C | VERTICAL VAR), such as to denote the absolute value. It adds padding (of width 0.1 em) on each side inside the bars.

Usage

When {{math|{{abs|''x''}} < 7}}, the function is positive.

When |x| < 7, the function is positive.

The notation {{math|{{abs}}}} means ''absolute value''.

The notation | · | means absolute value.

Alternatives

This template is equivalent to enclosing the text between two {{pipe}} templates (plus padding of width similar to hair spaces around the argument)

When {{math|{{pipe}}&#x200A;<!-- hair space -->''x''&#x200A;{{pipe}} < 7}}, the function is positive.

When | x | < 7, the function is positive.

See also

[[Category:Template documentation pages{{#translation:}}]]