cpluspluscourse icon indicating copy to clipboard operation
cpluspluscourse copied to clipboard

Add slide on `std::numbers`

Open bernhardmgruber opened this issue 1 year ago • 1 comments

In C++20 we got the new header <numbers>, which among other things defines std::numbers::pi. This replaces the common use of unportable constants like M_PI.

bernhardmgruber avatar Aug 10 '22 12:08 bernhardmgruber