File size: 125 Bytes
a3f3d91 |
1 2 3 4 5 6 7 8 9 10 11 |
#ifndef TOOLS_H
#define TOOLS_H
int
float_eq(double a, double b, double tolerance);
void
set_fail_after(int freq);
#endif
|
a3f3d91 |
1 2 3 4 5 6 7 8 9 10 11 |
#ifndef TOOLS_H
#define TOOLS_H
int
float_eq(double a, double b, double tolerance);
void
set_fail_after(int freq);
#endif
|