Toggle menu
15
236
70
27.6K
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:22, 18 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == {{Lua|Module:Math}} This template performs addition. For example, if you want to add 2 and 3, use this: <syntaxhighlight lang="wikitext" inline>{{sum|2|3}}</syntaxhighlight>, which creates {{sum|2|3}}. It handles positive and negative integers, fractions, and decimals to thirteen decimal points: *<synt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

This template performs addition. For example, if you want to add 2 and 3, use this: {{sum|2|3}}, which creates 5. It handles positive and negative integers, fractions, and decimals to thirteen decimal points:

  • {{sum|-3|1}} produces: -2
  • {{sum|1|0.5}} produces: 1.5
  • {{sum|1|2/3}} produces: 1.6666666666667

It also handles some symbols such as "pi" (π) or "e":

  • {{sum|pi|0}} produces 3.1415926535898
  • {{sum|e|0}} produces 2.718281828459

More than two parameters may be employed:

  • {{sum|1|1|1}} produces 3

It does not accept commas or spaces for thousands separator.

See also