Make conjugateComlex and sign constexpr
This MR marks two simple functions from math.hh
as constexpr
. The type std::complex
provides since c++20 also constexpr
members.
This MR marks two simple functions from math.hh
as constexpr
. The type std::complex
provides since c++20 also constexpr
members.