Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
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 4730 of file bignum.c.

Field Documentation

◆ base

int big2str_struct::base

Definition at line 4732 of file bignum.c.

◆ hbase2

BDIGIT_DBL big2str_struct::hbase2

Definition at line 4733 of file bignum.c.

◆ hbase2_numdigits

int big2str_struct::hbase2_numdigits

Definition at line 4734 of file bignum.c.

◆ negative

int big2str_struct::negative

Definition at line 4731 of file bignum.c.

◆ ptr

char* big2str_struct::ptr

Definition at line 4736 of file bignum.c.

◆ result

VALUE big2str_struct::result

Definition at line 4735 of file bignum.c.


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