Jump to content

Template:Numfh/2

From wikiNonStop
Revision as of 08:24, 17 April 2026 by Majestix (talk | contribs) (Created page with "{{#expr:({{{1}}}e-{{{2}}})round1}}e{{{2}}}<noinclude> This template is used as an example at Manual:Representation of numbers in expr parser function *{{xpsoc|numfh|123}} *{{xpsoc|numfh/1|123}} *{{xpsoc|numfh/2|123|2}} *{{xpsoc|numfh|.0123}} *{{xpsoc|numfh/1|.0123}} *{{xpsoc|numfh/2|.0123|-2}} </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Expression error: Unrecognized punctuation character "{".e{{{2}}}

This template is used as an example at Manual:Representation of numbers in expr parser function

  • {{numfh|123}} → 123 (ca. 1.2e2) 1.ec00000000000hex*2^6
  • {{numfh/1|123}} → 123 (ca. 1.2e2) 1.ec00000000000hex*2^6
  • {{numfh/2|123|2}} → 1.2e2
  • {{numfh|.0123}} → .0123 (ca. 1.2e-2) 1.930be0ded288dhex*2^-7
  • {{numfh/1|.0123}} → .0123 (ca. 1.2e-2) 1.930be0ded288dhex*2^-7
  • {{numfh/2|.0123|-2}} → 1.2e-2