X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=graphiq%2Flibrary%2Fgeometric%2Fmath_bits.h;fp=graphiq%2Flibrary%2Fgeometric%2Fmath_bits.h;h=2df27a2dede3ff4cf51f849f52532fe44dd91ae3;hb=936edc460f256ba5ddba2ad1c80e8d278b9608cc;hp=50c5ff436f7dd87189714622ad9fc1db0878d692;hpb=fa14daffb0e9594769d46885433b3e0b9ea4e6c5;p=feisty_meow.git diff --git a/graphiq/library/geometric/math_bits.h b/graphiq/library/geometric/math_bits.h index 50c5ff43..2df27a2d 100644 --- a/graphiq/library/geometric/math_bits.h +++ b/graphiq/library/geometric/math_bits.h @@ -41,7 +41,7 @@ type. */ template bool is_floating_point(numeric_type t) { t = numeric_type(5.1); t = numeric_type(t * 3.0); - return 0.001 < float(absolute_value(numeric_type(t - 15.0))); } + return 0.001 < float(basis::absolute_value(numeric_type(t - 15.0))); } //! returns true if the instantiation type is an integer. template