Punchline_LibLibrary   "Punchline_Lib" 
 roundSmart(float)  Truncates decimal points of a float value based on the amount of digits before the decimal point
  Parameters:
     float : _value any number
  Returns: float
 tostring_smart(float)  converts a float to a string, intelligently cutting off decimal points
  Parameters:
     float : _value any number
  Returns: string
