Définit l'opérateur == pour les flottants. Plus de détails...
#include <arcane/utils/Numeric.h>
Fonctions membres publiques statiques | |
constexpr static ARCCORE_HOST_DEVICE bool | isNearlyZero (T a) |
constexpr static ARCCORE_HOST_DEVICE bool | isNearlyZeroWithEpsilon (T a, T epsilon) |
Compare a à zéro à epsilon près. | |
static ARCCORE_HOST_DEVICE bool | isNearlyZero (T a, T b) |
Compare avec b*epsilon. | |
constexpr static ARCCORE_HOST_DEVICE bool | isTrueZero (T a) |
constexpr static ARCCORE_HOST_DEVICE bool | isZero (T a) |
constexpr static ARCCORE_HOST_DEVICE bool | isNearlyEqual (T a, T b) |
constexpr static ARCCORE_HOST_DEVICE bool | isNearlyEqualWithEpsilon (T a, T b, T epsilon) |
constexpr static ARCCORE_HOST_DEVICE bool | isEqual (T a, T b) |
Fonctions membres privées statiques | |
constexpr static ARCCORE_HOST_DEVICE T | nepsilon () |
Définit l'opérateur == pour les flottants.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestatic |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexprprivate |