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