Page 1 of 1

What is the difference between %e and %g?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) %e output formatting depends on the argument and %g always formats in the format [-]m.dddddd or [-]m.dddddE[+|-]xx where no.of ds are optional
b) %e always formats in the format [-]m.dddddd or [-]m.dddddE[+|-]xx where no.of ds are optional and output formatting depends on the argument
c) No differences
d) Depends on the standard