Template:Coord/negzeropad/doc: Difference between revisions
Jump to navigation
Jump to search
m 1 revision imported |
|
(No difference)
|
Latest revision as of 18:28, 27 May 2021
<templatestyles src="Module:Message box/ombox.css"></templatestyles>
This is a documentation subpage for Template:Coord/negzeropad. It contains usage information, categories and other content that is not part of the original template page. |
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