Функции для определения равенства у чисел с плавающей точкой

This commit is contained in:
2019-11-27 16:20:50 +03:00
parent cca2ab2f50
commit 133bcb8300
3 changed files with 14 additions and 2 deletions

View File

@@ -2,3 +2,7 @@
#include <myx/math/functions.hpp>
#include <myx/math/units.hpp>
#include <myx/math/radar.hpp>
#include <myx/math/almost_equal_relative_and_abs.hpp>
#include <myx/math/almost_equal_relative.hpp>
#include <myx/math/almost_equal_ulps_and_abs.hpp>
#include <myx/math/almost_equal_ulps.hpp>