diff --git a/source/shared_lib/include/streflop/SMath.h b/source/shared_lib/include/streflop/SMath.h index 549caa231..43853d8b8 100644 --- a/source/shared_lib/include/streflop/SMath.h +++ b/source/shared_lib/include/streflop/SMath.h @@ -655,7 +655,7 @@ namespace streflop { return isgreater(x, y); } inline bool isgreaterequalf(Simple x, Simple y) { - return isgreaterequalf(x, y); + return isgreaterequal(x, y); } inline bool islessf(Simple x, Simple y) { return isless(x, y);