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

From blackwiki
Jump to navigation Jump to search
imported>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...')
 
imported>WOSlinker
m (add {{documentation subpage}})
Line 1: Line 1:
 +
{{documentation subpage}}
 
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.
 
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.
  

Revision as of 13:38, 1 November 2018

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