In PHP (using built-in functions) I\'d like to convert/format a number with decimal, so that only the non-zero decimals show. However, another requirement of mine is that if
A trailing zero is significant:
Therefore, your requirement is quite unusual. That's the reason why no function exists to do what you want.