Flow123d  jenkins-Flow123d-windows32-release-multijob-51
mathfce.h
Go to the documentation of this file.
1 #ifndef mainH
2 #define mainH
3 
4 #include <limits>
5 
7 
8 
9 namespace mathfce{
10  bool IsZero(double);
11  bool IsEqual(double, double);
12 }
13  double Determinant3(double [3][3]);
14 #endif
bool IsZero(double)
Definition: mathfce.cpp:5
double Determinant3(double[3][3])
Definition: mathfce.cpp:20
const double epsilon
Definition: mathfce.h:6
bool IsEqual(double, double)
Definition: mathfce.cpp:12