mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-09 00:34:34 +00:00
498df95e3e
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.