Difference between revisions of "Template:Abs/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>WOSlinker
m (change source to syntaxhighlight)
blackwiki>Mgkrupa
(Added template)
Line 2: Line 2:
  
 
== Usage ==
 
== Usage ==
 +
 
<pre>
 
<pre>
 
When {{math|{{abs|''x''}} < 7}}, the function is positive.
 
When {{math|{{abs|''x''}} < 7}}, the function is positive.
Line 13: Line 14:
  
 
== Alternatives ==
 
== Alternatives ==
 +
 
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)
 
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)
 
<syntaxhighlight lang="html">
 
<syntaxhighlight lang="html">
Line 20: Line 22:
  
 
== See also ==
 
== See also ==
 +
 
* {{tl|bra-ket}}
 
* {{tl|bra-ket}}
 
* {{tl|math}}
 
* {{tl|math}}
Line 25: Line 28:
 
* {{tl|pipe}}
 
* {{tl|pipe}}
 
* {{tl|langle}} and {{tl|rangle}}
 
* {{tl|langle}} and {{tl|rangle}}
 +
 +
{{Math templates|notation}}
  
 
<includeonly>
 
<includeonly>
 
[[Category:Mathematical formatting templates]]
 
[[Category:Mathematical formatting templates]]
 
</includeonly>
 
</includeonly>

Revision as of 16:17, 3 August 2020

This template may be used to enclose text between two vertical bars (Template:Unichar), 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