mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Adds a partial specialization of `std::formatter` for `omath::Angle` to provide formatting support using `std::format`. This allows `Angle` objects to be easily formatted as strings, including degree symbol representation, using standard formatting techniques.