Template:Coord/negzeropad/doc

Revision as of 16:12, 5 January 2009 by m>Para (Created page with 'Adds zeros to the end of ''new'' until it is the same as the negative ''original'' without its sign. Used with functions that have done ''new''=abs(''original'') an...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Adds zeros to the end of new until it is the same as the negative original without its sign. Used with functions that have done new=abs(original) and lost precision.

{{Coord/negzeropad|original|new}}

Example: {{Coord/negzeropad|-1.200|1.2}} becomes 1.200