Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
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 2584 of file bignum.c.

Field Documentation

◆ stop

volatile VALUE big_div_struct::stop

Definition at line 2587 of file bignum.c.

◆ yds

BDIGIT* big_div_struct::yds

Definition at line 2586 of file bignum.c.

◆ yn

size_t big_div_struct::yn

Definition at line 2585 of file bignum.c.

◆ zds

BDIGIT * big_div_struct::zds

Definition at line 2586 of file bignum.c.

◆ zn

size_t big_div_struct::zn

Definition at line 2585 of file bignum.c.


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