Ruby  2.4.2p198(2017-09-14revision59899)
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 4657 of file bignum.c.

Field Documentation

◆ base

int big2str_struct::base

Definition at line 4659 of file bignum.c.

Referenced by big2str_2bdigits(), big2str_generic(), and big2str_karatsuba().

◆ hbase2

BDIGIT_DBL big2str_struct::hbase2

Definition at line 4660 of file bignum.c.

Referenced by big2str_generic().

◆ hbase2_numdigits

int big2str_struct::hbase2_numdigits

Definition at line 4661 of file bignum.c.

Referenced by big2str_2bdigits(), and big2str_generic().

◆ negative

int big2str_struct::negative

Definition at line 4658 of file bignum.c.

Referenced by big2str_alloc(), and big2str_generic().

◆ ptr

char* big2str_struct::ptr

Definition at line 4663 of file bignum.c.

Referenced by big2str_2bdigits(), big2str_alloc(), big2str_generic(), and big2str_karatsuba().

◆ result

VALUE big2str_struct::result

Definition at line 4662 of file bignum.c.

Referenced by big2str_alloc(), and big2str_generic().


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