Hi,
Is there a way to format a double in a specific scientific notation form

double d=123456789;

printf(buf, "%+10.9E", d)

results in +1.23456789+08E

How could I get a result to be