STK++ 0.9.13
|
Specialization for Real. More...
#include <STK_Real.h>
Static Public Member Functions | |
static Real | NA () throw () |
static bool | isNA (Real const &x) throw () |
Test if x is a Non Available (NA) special number. | |
static bool | isInfinite (Real const &x) throw () |
static bool | isFinite (Real const &x) throw () |
Static Public Attributes | |
static const bool | hasNA = true |
True if the type has a representation for a "Not Available." | |
static const bool | has_quiet_NaN = false |
We are using the quiet_NaN representation for NA numbers. | |
Specialization for Real.
We are using the quiet_NaN() representation of the underlying Type for representing NA (not available) numbers.
Definition at line 59 of file STK_Real.h.
true
if x is finite. x | the Real to test. |
Definition at line 85 of file STK_Real.h.
References STK::Arithmetic< Type >::isInfinite(), and STK::Arithmetic< Type >::isNA().
true
if x is infinite. x | the Real to test. |
Definition at line 80 of file STK_Real.h.
Test if x is a Non Available (NA) special number.
x | the Integer number to test. |
Definition at line 76 of file STK_Real.h.
|
inlinestatic |
Definition at line 70 of file STK_Real.h.
|
static |
We are using the quiet_NaN representation for NA numbers.
Definition at line 72 of file STK_Real.h.
|
static |
True if the type has a representation for a "Not Available."
Definition at line 68 of file STK_Real.h.