Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
#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 242 of file bigdecimal.h.
SIGNED_VALUE Real::exponent |
Definition at line 250 of file bigdecimal.h.
Referenced by VpAsgn(), VpComp(), VpDtoV(), VpExponent10(), VpFrac(), VpMidRound(), VpNumOfChars(), VpPower(), VpSqrt(), VpToFString(), and VpVtoD().
short Real::flag |
Definition at line 261 of file bigdecimal.h.
BDIGIT Real::frac[FLEXIBLE_ARRAY_SIZE] |
Definition at line 262 of file bigdecimal.h.
Referenced by VpAsgn(), VpComp(), VpDtoV(), VpExponent10(), VpFrac(), VpLeftRound(), VpMidRound(), VpPower(), VpSzMantissa(), VpToFString(), and VpVtoD().
size_t Real::MaxPrec |
Definition at line 244 of file bigdecimal.h.
Referenced by rmpd_parse_special_string(), VpAlloc(), VpAsgn(), VpDtoV(), VpFrac(), VpPower(), and VpSqrt().
VALUE Real::obj |
Definition at line 243 of file bigdecimal.h.
size_t Real::Prec |
Definition at line 247 of file bigdecimal.h.
Referenced by VpAsgn(), VpComp(), VpDtoV(), VpFrac(), VpMidRound(), VpNumOfChars(), VpPower(), VpSzMantissa(), VpToFString(), and VpVtoD().
short Real::sign |
Definition at line 251 of file bigdecimal.h.
Referenced by VpComp().