I want to convert the number 0.054000
in a str
, but when I write srt(0.054000)
I get '0.054'
. I need to get '0.054000'
. How can I do it?
I have a data file with numbers as my example (0.054000). I need to count the digits of each number. I don't know how to read that number in a way that I count seven digits, for instance.