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

Data Fields

struct Bigintnext
 
int k
 
int maxwds
 
int sign
 
int wds
 
ULong x [1]
 

Detailed Description

Definition at line 522 of file dtoa.c.

Field Documentation

◆ k

int Bigint::k

Definition at line 524 of file dtoa.c.

◆ maxwds

int Bigint::maxwds

Definition at line 524 of file dtoa.c.

◆ next

struct Bigint* Bigint::next

Definition at line 523 of file dtoa.c.

◆ sign

int Bigint::sign

Definition at line 524 of file dtoa.c.

◆ wds

int Bigint::wds

Definition at line 524 of file dtoa.c.

◆ x

ULong Bigint::x[1]

Definition at line 525 of file dtoa.c.


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