Ruby  2.5.0dev(2017-10-22revision60238)
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 1045 of file util.c.

Field Documentation

◆ k

int Bigint::k

Definition at line 1047 of file util.c.

Referenced by ruby_dtoa(), and ruby_strtod().

◆ maxwds

int Bigint::maxwds

Definition at line 1047 of file util.c.

◆ next

struct Bigint* Bigint::next

Definition at line 1046 of file util.c.

◆ sign

int Bigint::sign

Definition at line 1047 of file util.c.

Referenced by ruby_strtod().

◆ wds

int Bigint::wds

Definition at line 1047 of file util.c.

◆ x

ULong Bigint::x[1]

Definition at line 1048 of file util.c.

Referenced by ruby_dtoa().


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