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