Android Question letter E in the result of a calculation

YPMN

Member
Licensed User
Longtime User
Hi! I'm looking to remove the letter E that appears in a large number saved in a double variable;

letter E in double variable:
    Dim Yy As Double =Yy=12087654
    Log(Yy = " & Yy)  ' => 1.2087654E7
 

MicroDrie

Well-Known Member
Licensed User
Longtime User
Or do your accurate circulations with the BigNumbers library from agraham as a BigInteger value and an Int decimal scaling value.
 
Upvote 0
Top