Skip to content

Make conjugateComlex and sign constexpr

Simon Praetorius requested to merge feature/math-constexpr into master

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

Merge request reports

Loading