Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 03:03, 20 February 2025 by Prd (talk | contribs) (Created page with "{{documentation subpage}} {{tsh|abs}} This template may be used to enclose text between two vertical bars ({{unichar|007C|vertical line}}), such as to denote the absolute value. It adds padding (of width 0.1 em) on each side inside the bars. == Usage == <syntaxhighlight lang="wikitext"> When {{math|{{abs|''x''}} < 7}}, the function is positive. </syntaxhighlight> When {{math|{{abs|''x''}} < 7}}, the function is positive. <syntaxhighlight lang="wikitext"> The...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template may be used to enclose text between two vertical bars (U+007C | VERTICAL LINE), 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