Qualia  0.2
Functions
FPCompare.h File Reference
#include <qualia/core/common.h>
Include dependency graph for FPCompare.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool AlmostEqualUlps (float A, float B, int maxUlps)
 
bool AlmostEqual2sComplement (float A, float B, int maxUlps)
 
bool AlmostEqualUlpsFinal (float A, float B, int maxUlps)
 

Function Documentation

bool AlmostEqual2sComplement ( float  A,
float  B,
int  maxUlps 
)
bool AlmostEqualUlps ( float  A,
float  B,
int  maxUlps 
)
bool AlmostEqualUlpsFinal ( float  A,
float  B,
int  maxUlps 
)