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

Data Fields

size_t yn
 
size_t zn
 
BDIGIT * yds
 
BDIGIT * zds
 
volatile VALUE stop
 

Detailed Description

Definition at line 2590 of file bignum.c.

Field Documentation

◆ stop

volatile VALUE big_div_struct::stop

Definition at line 2593 of file bignum.c.

◆ yds

BDIGIT* big_div_struct::yds

Definition at line 2592 of file bignum.c.

◆ yn

size_t big_div_struct::yn

Definition at line 2591 of file bignum.c.

◆ zds

BDIGIT * big_div_struct::zds

Definition at line 2592 of file bignum.c.

◆ zn

size_t big_div_struct::zn

Definition at line 2591 of file bignum.c.


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