Skip to Content
-2
Jul 28, 2023 at 08:18 AM

Convert floating numbers with exponents

42 Views Last edit Jul 28, 2023 at 08:23 AM 2 rev

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