![]()  | 
            
             Manual for OpenFLUID 2.1.10 | 
        
#include <cmath>
Go to the source code of this file.
Namespaces | |
| openfluid | |
| openfluid::scientific | |
Functions | |
| template<typename T1 , typename T2 > | |
| bool | openfluid::scientific::isCloseEnough (const T1 &A, const T2 &B, const double &Epsilon=0.00001) | 
| template<typename T1 , typename T2 > | |
| bool | openfluid::scientific::isVeryClose (const T1 &A, const T2 &B, const double &Epsilon=0.00001) | 
| bool | openfluid::scientific::IsCloseEnough (double A, double B, double Epsilon=0.00001) | 
| bool | openfluid::scientific::IsVeryClose (double A, double B, double Epsilon=0.00001) | 
     
    1.8.13