j
k
j a
j l
That doesn't seem correct,
sprintf("%.15g",1e100);
(1) Result: "1e+100"
shouldn't be 1e+100.0. (I can't test (string)"1e100" due to the fact it has too high precision right now.)
Back to the thread
Back to the list