|
Ruby
2.0.0p247(2013-06-27revision41674)
|
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 989 of file util.c.
Referenced by Balloc(), Bfree(), and pow5mult().
| int Bigint::sign |
Definition at line 990 of file util.c.
Referenced by Balloc(), diff(), ruby_dtoa(), and ruby_strtod().
| int Bigint::wds |
| ULong Bigint::x[1] |
1.7.6.1