Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
big2str_struct Struct Reference

Data Fields

int negative
 
int base
 
BDIGIT_DBL hbase2
 
int hbase2_numdigits
 
VALUE result
 
char * ptr
 

Detailed Description

Definition at line 4738 of file bignum.c.

Field Documentation

◆ base

int big2str_struct::base

Definition at line 4740 of file bignum.c.

◆ hbase2

BDIGIT_DBL big2str_struct::hbase2

Definition at line 4741 of file bignum.c.

◆ hbase2_numdigits

int big2str_struct::hbase2_numdigits

Definition at line 4742 of file bignum.c.

◆ negative

int big2str_struct::negative

Definition at line 4739 of file bignum.c.

◆ ptr

char* big2str_struct::ptr

Definition at line 4744 of file bignum.c.

◆ result

VALUE big2str_struct::result

Definition at line 4743 of file bignum.c.


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