With the "number to fractional string", we can't automaticaly adjust the precision depending of the non significative zeros we can find at the end of the decimal part. For example, I want a precision of 3 decimals. So if my number is "3.1234", I want a string like "3.123", but if the number is "2.1" I want a string like "2.1" and not "2.100".
Does someone have the solution ?