#include "snSimulation.h"
Functions | |
bool | doubles_equal (double a, double b) |
compares two doubles with respect to floating point accuracy More... | |
bool | isInt (double a) |
Checks wether a double is integer or not. More... | |
bool doubles_equal | ( | double | a, |
double | b | ||
) |
compares two doubles with respect to floating point accuracy
bool isInt | ( | double | a | ) |
Checks wether a double is integer or not.