Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
big2str_struct Struct Reference

Data Fields

int negative
 
int base
 
BDIGIT_DBL hbase2
 
int hbase2_numdigits
 
VALUE result
 
charptr
 

Detailed Description

Definition at line 4707 of file bignum.c.

Field Documentation

◆ base

int big2str_struct::base

Definition at line 4709 of file bignum.c.

◆ hbase2

BDIGIT_DBL big2str_struct::hbase2

Definition at line 4710 of file bignum.c.

◆ hbase2_numdigits

int big2str_struct::hbase2_numdigits

Definition at line 4711 of file bignum.c.

◆ negative

int big2str_struct::negative

Definition at line 4708 of file bignum.c.

◆ ptr

char* big2str_struct::ptr

Definition at line 4713 of file bignum.c.

◆ result

VALUE big2str_struct::result

Definition at line 4712 of file bignum.c.


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