Hi all
I have a floating point value 1.4147483939E10
5.468494899E09
I want this number as 141.474 54.684
How can this be achieved ?
Note:- I have already tried moving the value to a p type variable of p decimals 3 and it's not serving the purpose
It's a include within a standard program and the fixed point arithmetic is not checked