the method FloatToTerseString currently reads the value 0 and when trying to trim trailing zeroes, it actually erases an lonely 0. It only happens when the value is 0 and not 0.00
patch provided by Arthur Rodrigo S Valadares <arthursv@br.ibm.com>
Description
the method FloatToTerseString currently reads the value 0 and when trying to trim trailing zeroes, it actually erases an lonely 0. It only happens when the value is 0 and not 0.00
patch provided by Arthur Rodrigo S Valadares <arthursv@br.ibm.com>