10 bool equals(
float x,
float y,
float epsilon = 0.000001);
11 bool equals(
double x,
double y,
double epsilon = 0.000001);
bool equals(float x, float y, float epsilon=0.000001)
double stringToDouble(const string &str)
float stringToFloat(const string &str)