Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
#include <bigdecimal.h>
Data Fields | |
VALUE | obj |
size_t | MaxPrec |
size_t | Prec |
SIGNED_VALUE | exponent |
short | sign |
short | flag |
DECDIG | frac [FLEXIBLE_ARRAY_SIZE] |
Definition at line 150 of file bigdecimal.h.
SIGNED_VALUE Real::exponent |
Definition at line 158 of file bigdecimal.h.
Referenced by VpAsgn(), VpComp(), VpDtoV(), VpExponent10(), VpFrac(), VpNumOfChars(), VpPowerByInt(), VpSqrt(), VpToFString(), and VpVtoD().
short Real::flag |
Definition at line 169 of file bigdecimal.h.
DECDIG Real::frac[FLEXIBLE_ARRAY_SIZE] |
Definition at line 170 of file bigdecimal.h.
Referenced by VpAsgn(), VpComp(), VpDtoV(), VpExponent10(), VpFrac(), VpPowerByInt(), VpSzMantissa(), VpToFString(), and VpVtoD().
size_t Real::MaxPrec |
Definition at line 152 of file bigdecimal.h.
Referenced by bigdecimal_parse_special_string(), VpAlloc(), VpAsgn(), VpDtoV(), VpPowerByInt(), and VpSqrt().
VALUE Real::obj |
Definition at line 151 of file bigdecimal.h.
size_t Real::Prec |
Definition at line 155 of file bigdecimal.h.
Referenced by VpAsgn(), VpComp(), VpDtoV(), VpFrac(), VpNumOfChars(), VpPowerByInt(), VpSzMantissa(), VpToFString(), and VpVtoD().
short Real::sign |
Definition at line 159 of file bigdecimal.h.
Referenced by VpComp().