My Project
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
src
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__
isEqual
bool isEqual(double a, double b)
Compares 2 double precision floating points numbers. Note that this function only compares teh first ...
Generated on Sat Oct 25 2014 17:02:00 for My Project by
1.8.6