|
Ruby
1.9.3p551(2014-11-13revision48407)
|
Data Fields | |
| struct Bigint * | next |
| int | k |
| int | maxwds |
| int | sign |
| int | wds |
| ULong | x [1] |
| int Bigint::k |
| int Bigint::maxwds |
| struct Bigint* Bigint::next |
Definition at line 955 of file util.c.
Referenced by Balloc(), and pow5mult().
| int Bigint::sign |
Definition at line 956 of file util.c.
Referenced by Balloc(), diff(), ruby_dtoa(), ruby_hdtoa(), and ruby_strtod().
| int Bigint::wds |
| ULong Bigint::x[1] |
1.8.14