Dear community,
I would like to ask how can we make the number below to become standardised format - 6 length for all the number by adding zero in front of the number
Input
1. 99995
2.8888
3.666
4.173633
5.29
Desired Output
1.099995
2.008888
3.000666
4.173633
5.000029
Many thanks for the help