floating point value rounded to 6digits

greatsam4sure greatsam4sure at gmail.com
Tue Sep 19 20:47:02 UTC 2017


double  value = 20.89766554373733;
writeln(value);
//Output =20.8977

How do I output the whole value without using writfln,write or 
format. How do I change this default


More information about the Digitalmars-d-learn mailing list