mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 08:57:55 +00:00
For example, `%.2e` with 30.56 as the value would produce `30.60e+01`, as opposed to C's printf producing `30.6e+01`.
For example, `%.2e` with 30.56 as the value would produce `30.60e+01`, as opposed to C's printf producing `30.6e+01`.