Skip to content

Commit

Permalink
constexpr sur math_utility
Browse files Browse the repository at this point in the history
  • Loading branch information
qhorgues committed May 26, 2024
1 parent f514907 commit d70c3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/math_utility/math_utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include <complex>
#include <Constexpr.hpp>

Constexpr bool double_equal(double x, double y);
Constexpr bool complex_equal(
CONSTEXPR bool double_equal(double x, double y);
CONSTEXPR bool complex_equal(
std::complex<double> const &z1,
std::complex<double> const &z2);

Expand Down

0 comments on commit d70c3eb

Please sign in to comment.