ros msg float64 to float value
i am trying to remove 3 under decimal point of my data. when i use float to store some data , it gives "-9.082400" but when i use this data to float64 for ros topic, it gives "-9.08240001381"
how can i remove "1381" value? is it happening during conversion between float to float 64?
any idea will help me thx!