Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
Real Struct Reference

#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]
 

Detailed Description

Definition at line 160 of file bigdecimal.h.

Field Documentation

◆ exponent

SIGNED_VALUE Real::exponent

◆ flag

short Real::flag

Definition at line 179 of file bigdecimal.h.

Referenced by VpCopy().

◆ frac

◆ MaxPrec

size_t Real::MaxPrec

◆ obj

VALUE Real::obj

◆ Prec

size_t Real::Prec

◆ sign

short Real::sign

Definition at line 169 of file bigdecimal.h.

Referenced by BigDecimal_hash(), BigDecimal_sign(), BigDecimal_to_f(), VpComp(), and VpCopy().


The documentation for this struct was generated from the following file: