Flow123d
mathfce.h
Go to the documentation of this file.
1 #ifndef mainH
2 #define mainH
3 
4 #include <limits>
5 
7 
8 
9 //#define epsilon 1e-6
10 namespace mathfce{
11  bool IsZero(double);
12  bool IsEqual(double, double);
13 }
14  double Determinant3(double [3][3]);
15 #endif