Functions
snSimulation.cpp File Reference
#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...
 

Detailed Description

Author
Frank Schubert

Function Documentation

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.