Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_matchers_floating.h File Reference
#include "catch_matchers.h"
#include <type_traits>
#include <cmath>
Include dependency graph for catch_matchers_floating.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Catch::Matchers::Floating::WithinAbsMatcher
 
struct  Catch::Matchers::Floating::WithinUlpsMatcher
 

Namespaces

namespace  Catch
 
namespace  Catch::Matchers
 
namespace  Catch::Matchers::Floating
 

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)