Difference between revisions of "Template:Coord/negzeropad/doc"

From blackwiki
Jump to navigation Jump to search
imported>WOSlinker
m (add {{documentation subpage}})
imported>Vanisaac
m (→‎top: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
Line 5: Line 5:
  
 
Example: <code><nowiki>{{Coord/negzeropad|-1.200|1.2}}</nowiki></code> becomes {{Coord/negzeropad|-1.200|1.2}}
 
Example: <code><nowiki>{{Coord/negzeropad|-1.200|1.2}}</nowiki></code> becomes {{Coord/negzeropad|-1.200|1.2}}
 +
 +
<includeonly>{{Sandbox other||
  
 
[[Category:Coord template]]
 
[[Category:Coord template]]
 +
 +
}}</includonly>

Latest revision as of 16:14, 24 April 2020

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