SandBox: Difference between revisions
interwiki |
|||
Line 22: | Line 22: | ||
'''The Problem''' that can be solved by <code><nowiki>{{#number_format: [...]</nowiki></code> is that | '''The Problem''' that can be solved by <code><nowiki>{{#number_format: [...]</nowiki></code> is that | ||
<code><nowiki> {{#expr: (ln (3/2) / ln 2 * 1200) round 5}}</nowiki></code> gives us <tt>{{#expr: (ln (3/2) / ln 2 * 1200) round 5}}</tt> instead of <tt>701.95500</tt> if 5 decimals are requested, as indicated by the <tt>5</tt> after <tt>round</tt>. | <code><nowiki> {{#expr: (ln (3/2) / ln 2 * 1200) round 5}}</nowiki></code> gives us <tt>{{#expr: (ln (3/2) / ln 2 * 1200) round 5}}</tt> instead of <tt>701.95500</tt> if 5 decimals are requested, as indicated by the <tt>5</tt> after <tt>round</tt>. | ||
Math: <math>0 \div 0 = x</math> | |||
== H2 heading == | == H2 heading == |