Ruby 4.1.0dev (2026-05-15 revision fff4b3ef2e3e309e7a84288de53c189aa3d45fed)
Data Fields
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 4792 of file bignum.c.

Field Documentation

◆ base

int big2str_struct::base

Definition at line 4794 of file bignum.c.

◆ hbase2

BDIGIT_DBL big2str_struct::hbase2

Definition at line 4795 of file bignum.c.

◆ hbase2_numdigits

int big2str_struct::hbase2_numdigits

Definition at line 4796 of file bignum.c.

◆ negative

int big2str_struct::negative

Definition at line 4793 of file bignum.c.

◆ ptr

char* big2str_struct::ptr

Definition at line 4798 of file bignum.c.

◆ result

VALUE big2str_struct::result

Definition at line 4797 of file bignum.c.


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