Difference between revisions of "Template:Sigfigs"
From Kerbal Space Program Wiki
Line 1: | Line 1: | ||
− | <includeonly>{{#iferror:{{#expr:{{{1|}}}}}|{{{1}}}| | + | <includeonly>{{#iferror:{{#expr:{{{1|}}}}}|{{{1}}}|{{#ifeq: {{{1}}}|N/A|N/A|{{#expr: <!-- |
− | {{#ifeq: {{{1}}}|N/A|N/A|{{#expr: <!-- | ||
--> floor( 0.5 + <!-- | --> floor( 0.5 + <!-- | ||
− | --> {{{1 | + | --> {{{1}}} <!-- |
--> / 10^( <!-- | --> / 10^( <!-- | ||
--> floor(ln({{{1}}}) / ln(10)) <!-- | --> floor(ln({{{1}}}) / ln(10)) <!-- |
Revision as of 18:09, 15 February 2013
Usage | Produces |
---|---|
{{sigfigs|12345678901234567890|5}} |
1.2346×1019 |
{{sigfigs|0.123456789012345678|5}} |
0.12346 |
{{sigfigs|Hello World|5}} |
Expression error: Unrecognized word "hello". |