|
| constexpr __host__ static __device__ bool | isNearlyZero (T a) |
| constexpr __host__ static __device__ bool | isNearlyZeroWithEpsilon (T a, T epsilon) |
| | Compares a to zero within epsilon.
|
| __host__ static __device__ bool | isNearlyZero (T a, T b) |
| | Compares with b*epsilon.
|
| constexpr __host__ static __device__ bool | isTrueZero (T a) |
| constexpr __host__ static __device__ bool | isZero (T a) |
| constexpr __host__ static __device__ bool | isNearlyEqual (T a, T b) |
| constexpr __host__ static __device__ bool | isNearlyEqualWithEpsilon (T a, T b, T epsilon) |
| constexpr __host__ static __device__ bool | isEqual (T a, T b) |
template<class T>
class Arcane::FloatEqualT< T >
Definition at line 111 of file Numeric.h.