Ruby 4.1.0dev (2026-05-26 revision d6fa8e3e0f876114bf4ab9c8961a8e10e32ac9db)
Data Fields
Bigint Struct Reference

Data Fields

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

Detailed Description

Definition at line 526 of file dtoa.c.

Field Documentation

◆ k

int Bigint::k

Definition at line 528 of file dtoa.c.

◆ maxwds

int Bigint::maxwds

Definition at line 528 of file dtoa.c.

◆ next

struct Bigint* Bigint::next

Definition at line 527 of file dtoa.c.

◆ sign

int Bigint::sign

Definition at line 528 of file dtoa.c.

◆ wds

int Bigint::wds

Definition at line 528 of file dtoa.c.

◆ x

ULong Bigint::x[1]

Definition at line 529 of file dtoa.c.


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