Jump to content

Template:Precision/tz/doc

From The Austrian Economics Wiki, the global repository of classical-liberal thought
Revision as of 22:49, 6 May 2011 by John James (talk | contribs) (Created page with "<noinclude>{{Documentation subpage}}</noinclude> This template, {{tl|precision/tz}}, returns the number of trailing zeroes after the decimal point. == Examples == <table class=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template, {{precision/tz}}, returns the number of trailing zeroes after the decimal point.

Examples

{{Precision/tz|123}}

0

{{Precision/tz|123.}}

0

{{Precision/tz|123.0}}

1

{{Precision/tz|123.4}}

0

{{Precision/tz|123.40}}

1

{{Precision/tz|123.000}}

3

{{Precision/tz|123.4000}}

3

{{Precision/tz|100}}

0

{{Precision/tz|100.}}

0