#include <capd/basicalg/TypeTraits.h>
|
static T | zero () |
| returns object set to zero More...
|
|
static T | one () |
| returns object set to one More...
|
|
static int | numberOfDigits () throw () |
| number of decimal digits More...
|
|
static T | epsilon () throw () |
| Machine epsilon (the difference between 1 and the least value greater than 1 that is representable). More...
|
|
template<typename S > |
static T | convert (const S &obj) |
|
static constexpr T | max (T a, T b) noexcept |
|
static constexpr T | min (T a, T b) noexcept |
|
static constexpr T | abs (T a) noexcept |
|
static bool | isSingular (T a) |
|
|
static const bool | isInterval = false |
| this flag is true for all interval types More...
|
|
◆ Real
◆ abs()
template<typename T >
|
inlinestaticconstexprnoexcept |
◆ convert()
template<typename T >
template<typename S >
◆ epsilon()
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable).
◆ isSingular()
◆ max()
template<typename T >
|
inlinestaticconstexprnoexcept |
◆ min()
template<typename T >
|
inlinestaticconstexprnoexcept |
◆ numberOfDigits()
◆ one()
returns object set to one
◆ zero()
returns object set to zero
◆ isInterval
this flag is true for all interval types
The documentation for this class was generated from the following file: