formatting floating point

Saaa empty at needmail.com
Sat Jul 11 14:50:53 PDT 2009


double d[2] = [ 0, 1, double.max];
char[] c = format(d);

 How do I get c to represent full precision?

"[0,1,1.7976931348623157e+308]" // but then with double.max being 
represented fully





More information about the Digitalmars-d-learn mailing list