Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
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 494 of file dtoa.c.

Field Documentation

◆ k

int Bigint::k

Definition at line 496 of file dtoa.c.

Referenced by dtoa(), and strtod().

◆ maxwds

int Bigint::maxwds

Definition at line 496 of file dtoa.c.

◆ next

struct Bigint* Bigint::next

Definition at line 495 of file dtoa.c.

◆ sign

int Bigint::sign

Definition at line 496 of file dtoa.c.

Referenced by dtoa(), hdtoa(), and strtod().

◆ wds

int Bigint::wds

Definition at line 496 of file dtoa.c.

◆ x

ULong Bigint::x[1]

Definition at line 497 of file dtoa.c.

Referenced by dtoa().


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