Re: [PATCH v3 1/2] cmdline: add floating point support

2025-05-07 Thread Burakov, Anatoly
On 5/7/2025 11:50 AM, Anatoly Burakov wrote: Add support for parsing floating point numbers in cmdline library, as well as unit tests for the new functionality. The parser supports single and double precision floats, and will understand decimal fractions as well as scientific notation. Signed-of

[PATCH v3 1/2] cmdline: add floating point support

2025-05-07 Thread Anatoly Burakov
Add support for parsing floating point numbers in cmdline library, as well as unit tests for the new functionality. The parser supports single and double precision floats, and will understand decimal fractions as well as scientific notation. Signed-off-by: Anatoly Burakov --- app/test/test_cmdli