Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
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
 
DECDIG frac [FLEXIBLE_ARRAY_SIZE]
 

Detailed Description

Definition at line 150 of file bigdecimal.h.

Field Documentation

◆ exponent

SIGNED_VALUE Real::exponent

◆ flag

short Real::flag

Definition at line 169 of file bigdecimal.h.

◆ frac

◆ MaxPrec

size_t Real::MaxPrec

◆ obj

VALUE Real::obj

Definition at line 151 of file bigdecimal.h.

◆ Prec

size_t Real::Prec

◆ sign

short Real::sign

Definition at line 159 of file bigdecimal.h.

Referenced by VpComp().


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