Ruby
2.5.0dev(2017-10-22revision60238)
|
#include <bigdecimal.h>
Data Fields | |
VALUE | obj |
size_t | MaxPrec |
size_t | Prec |
SIGNED_VALUE | exponent |
short | sign |
short | flag |
BDIGIT | frac [FLEXIBLE_ARRAY_SIZE] |
Definition at line 234 of file bigdecimal.h.
SIGNED_VALUE Real::exponent |
Definition at line 242 of file bigdecimal.h.
Referenced by VpAsgn(), VpComp(), VpDtoV(), VpExponent10(), VpFrac(), VpMidRound(), VpNumOfChars(), VpPower(), VpSqrt(), VpToFString(), and VpVtoD().
short Real::flag |
Definition at line 253 of file bigdecimal.h.
BDIGIT Real::frac[FLEXIBLE_ARRAY_SIZE] |
Definition at line 254 of file bigdecimal.h.
Referenced by VpAsgn(), VpComp(), VpDtoV(), VpExponent10(), VpFrac(), VpLeftRound(), VpMidRound(), VpPower(), VpSzMantissa(), VpToFString(), and VpVtoD().
size_t Real::MaxPrec |
VALUE Real::obj |
Definition at line 235 of file bigdecimal.h.
Referenced by VpNewRbClass().
size_t Real::Prec |
Definition at line 239 of file bigdecimal.h.
Referenced by VpAsgn(), VpComp(), VpDtoV(), VpFrac(), VpMidRound(), VpNumOfChars(), VpPower(), VpSzMantissa(), VpToFString(), and VpVtoD().
short Real::sign |
Definition at line 243 of file bigdecimal.h.
Referenced by VpComp().