``` cargo run printf "%E\n" 0.0000 0.000000e+00 ``` The `e` should be capitalized: ``` printf "%E\n" 0.0000 0.000000E+00 ```