![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Static functions for checking Real numbers. More...
Functions | |
| bool | is_equal_with_error (const Real &x, const Real &y, const Real &fuzz) |
| bool | is_equal (const Real &x, const Real &y) |
| bool | is_not_equal (const Real &x, const Real &y) |
| bool | is_zero (const Real &x) |
| bool | is_not_zero (const Real &x) |
| bool | is_finite (const Real &x) |
| bool | is_inf (const Real &x) |
| bool | is_nan (const Real &x) |
| bool | is_pos (const Real &value) |
| bool | is_neg (const Real &value) |
Static functions for checking Real numbers.
|
inline |
Function to check if two Real numbers are equal.
| x | |
| y |
Definition at line 41 of file Checks.hpp.
|
inline |
Function to check if two Real numbers are equal.
| x | |
| y | |
| fuzz |
Definition at line 31 of file Checks.hpp.
|
inline |
Function to check if a Real number is finite number. This means is not a NaN neither a INF
| x |
Definition at line 74 of file Checks.hpp.
|
inline |
Function to check if a Real number is either minus or plus INF
| x |
Definition at line 82 of file Checks.hpp.
|
inline |
Function to check if a Real number is a NaN (Not a Number)
| x |
Definition at line 90 of file Checks.hpp.
|
inline |
Checks is real is negative. Kind of a sign function returning a bool.
Definition at line 104 of file Checks.hpp.
|
inline |
Function to check if two Real numbers are not equal.
| x | |
| y |
Definition at line 50 of file Checks.hpp.
|
inline |
Function to check if a Real number is not zero or very close.
| x |
Definition at line 66 of file Checks.hpp.
|
inline |
Checks is real is positive. Kind of a sign function returning a bool.
Definition at line 97 of file Checks.hpp.
|
inline |
Function to check if a Real number is zero or very close.
| x |
Definition at line 58 of file Checks.hpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |