IUF-SDK-3
Interventional Ultrasound Library
iufUtil.h File Reference
#include <iufTypes.h>

Go to the source code of this file.

Macros

#define FLOAT_PRECISION   (0.00001f)
 
#define IUF_EQUAL_FLOAT(a, b)   (a == b)
 

Functions

IUF_BOOL equalFloat (const float delta, const float expected, const float actual)
 

Macro Definition Documentation

◆ FLOAT_PRECISION

#define FLOAT_PRECISION   (0.00001f)

◆ IUF_EQUAL_FLOAT

#define IUF_EQUAL_FLOAT (   a,
 
)    (a == b)

Function Documentation

◆ equalFloat()

IUF_BOOL equalFloat ( const float  delta,
const float  expected,
const float  actual 
)