7 lines
84 B
C
7 lines
84 B
C
#ifndef MATHUTILS_H
|
|
#define MATHUTILS_H
|
|
|
|
|
|
bool equalish(double x, double y);
|
|
|
|
#endif |