This module contains macros and constants for cfl library.
The term ASSERT is used instead of std::asset to verify the validity of variables everywhere in the program.
#define POSTCONDITION assert |
The term POSTCONDITION is used instead of std::asset to verify the validity of output parameters.
#define PRECONDITION assert |
The term ASSERT is used instead of std::asset to verify the validity of input parameters.
const double cfl::c_dEps = 10E-8 |
This is a small positive number on which it is safe to divide and perform other numerical operations impossible for 0.