My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
helpers.h
Go to the documentation of this file.
1 #ifndef _HELPERS_H__
2 #define _HELPERS_H__
3 
4 #include <stdbool.h>
5 
15 bool isEqual(double a, double b);
16 
17 #endif // _HELPERS_H__
bool isEqual(double a, double b)
Compares 2 double precision floating points numbers. Note that this function only compares teh first ...