mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-09 00:34:34 +00:00
3b80805a7e
Replaces the `for(;;)` loop in the EPA algorithm with a `while(true)` loop for improved readability and clarity. This change enhances the maintainability of the code without altering its functionality.