Traits of type long.
More...
#include <capd/basicalg/TypeTraits.h>
|
| static long | zero () |
| | returns object set to zero More...
|
| |
| static long | one () |
| | returns object set to one More...
|
| |
| static int | numberOfDigits () throw () |
| | number of decimal digits More...
|
| |
| static long | epsilon () throw () |
| | Machine epsilon (the difference between 1 and the least value greater than 1 that is representable). More...
|
| |
| static long | convert (const S &obj) |
| |
| static constexpr long | max (long a, long b) noexcept |
| |
| static constexpr long | min (long a, long b) noexcept |
| |
| static constexpr long | abs (long a) noexcept |
| |
| static bool | isSingular (long a) |
| |
◆ Real
◆ abs()
|
|
inlinestaticconstexprnoexceptinherited |
◆ convert()
◆ epsilon()
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable).
◆ isSingular()
◆ max()
|
|
inlinestaticconstexprnoexceptinherited |
◆ min()
|
|
inlinestaticconstexprnoexceptinherited |
◆ 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 struct was generated from the following file: