more common code cleanup

This commit is contained in:
commy2
2015-09-18 21:46:21 +02:00
parent f3a175e9d6
commit 85fd9d9d75
15 changed files with 82 additions and 91 deletions

View File

@ -1,13 +1,12 @@
/*
* Author: commy2
*
* Converts a number to a string without losing as much precission as str or format.
*
* Arguments:
* 0: A number <NUMBER>
*
* Return Value:
* The number as string (String)
* The number as string <STRING>
*
* Public: Yes
*/