Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <math_private.h>
Public Attributes | |
double | value |
struct { | |
u_int32_t msw | |
u_int32_t lsw | |
} | parts |
struct { | |
u_int32_t lsw | |
u_int32_t msw | |
} | parts |
Definition at line 231 of file math_private.h.
u_int32_t ieee_double_shape_type::lsw |
Definition at line 237 of file math_private.h.
u_int32_t ieee_double_shape_type::msw |
Definition at line 236 of file math_private.h.
struct { ... } ieee_double_shape_type::parts |
struct { ... } ieee_double_shape_type::parts |
double ieee_double_shape_type::value |
Definition at line 233 of file math_private.h.