|
Wire Sysio Wire Sysion 1.0.0
|
#include "catch_matchers_floating.h"#include "catch_enforce.h"#include "catch_polyfills.hpp"#include "catch_to_string.hpp"#include "catch_tostring.h"#include <cstdlib>#include <cstdint>#include <cstring>
Go to the source code of this file.
Namespaces | |
| namespace | Catch |
| namespace | Catch::Matchers |
| namespace | Catch::Matchers::Floating |
Enumerations | |
| enum class | Catch::Matchers::Floating::FloatingPointKind : uint8_t { Catch::Matchers::Floating::Float , Catch::Matchers::Floating::Double } |
Functions | |
| Floating::WithinUlpsMatcher | Catch::Matchers::WithinULP (double target, int maxUlpDiff) |
| Floating::WithinUlpsMatcher | Catch::Matchers::WithinULP (float target, int maxUlpDiff) |
| Floating::WithinAbsMatcher | Catch::Matchers::WithinAbs (double target, double margin) |