Skip to content

Commit

Permalink
Add comment to mention we are mirroring impl from cmath
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Mar 9, 2024
1 parent c2cd877 commit 79bc35c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ccmath/internal/helpers/floating_point_type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#include <cfloat>

// Mirror float_t and double_t from <cmath> to avoid having a dependency of <cmath>.

#ifdef FLT_EVAL_METHOD
# if FLT_EVAL_METHOD == -1
# define CCM_FLT_EVAL_METHOD 2
Expand Down

0 comments on commit 79bc35c

Please sign in to comment.