PATH:
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Bignum
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: Bignum objects hold integers outside the range of Fixnum. Bignum objects are created automatically when integer calculations would otherwise overflow a Fixnum. When a calculation involving Bignum objects returns a result that will fit in a Fixnum, the result is automatically converted. - !ruby/struct:SM::Flow::P body: For the purposes of the bitwise operations and <tt>[]</tt>, a Bignum is treated as if it were an infinite-length bitstring with 2's complement representation. - !ruby/struct:SM::Flow::P body: While Fixnum values are immediate, Bignum objects are not---assignment and parameter passing work with references to objects, not the objects themselves. constants: [] full_name: Bignum includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: "%" - !ruby/object:RI::MethodSummary name: "&" - !ruby/object:RI::MethodSummary name: "*" - !ruby/object:RI::MethodSummary name: "**" - !ruby/object:RI::MethodSummary name: "**" - !ruby/object:RI::MethodSummary name: + - !ruby/object:RI::MethodSummary name: "-" - !ruby/object:RI::MethodSummary name: -@ - !ruby/object:RI::MethodSummary name: / - !ruby/object:RI::MethodSummary name: / - !ruby/object:RI::MethodSummary name: "<<" - !ruby/object:RI::MethodSummary name: <=> - !ruby/object:RI::MethodSummary name: == - !ruby/object:RI::MethodSummary name: ">>" - !ruby/object:RI::MethodSummary name: "[]" - !ruby/object:RI::MethodSummary name: ^ - !ruby/object:RI::MethodSummary name: abs - !ruby/object:RI::MethodSummary name: coerce - !ruby/object:RI::MethodSummary name: div - !ruby/object:RI::MethodSummary name: divmod - !ruby/object:RI::MethodSummary name: eql? - !ruby/object:RI::MethodSummary name: fdiv - !ruby/object:RI::MethodSummary name: hash - !ruby/object:RI::MethodSummary name: modulo - !ruby/object:RI::MethodSummary name: power! - !ruby/object:RI::MethodSummary name: quo - !ruby/object:RI::MethodSummary name: quo - !ruby/object:RI::MethodSummary name: rdiv - !ruby/object:RI::MethodSummary name: remainder - !ruby/object:RI::MethodSummary name: rpower - !ruby/object:RI::MethodSummary name: size - !ruby/object:RI::MethodSummary name: to_f - !ruby/object:RI::MethodSummary name: to_s - !ruby/object:RI::MethodSummary name: "|" - !ruby/object:RI::MethodSummary name: "~" name: Bignum superclass: Integer
[-] coerce-i.yaml
[edit]
[-] %3c%3d%3e-i.yaml
[edit]
[-] size-i.yaml
[edit]
[-] rpower-i.yaml
[edit]
[-] divmod-i.yaml
[edit]
[-] %2a-i.yaml
[edit]
[-] cdesc-Bignum.yaml
[edit]
[-] power%21-i.yaml
[edit]
[-] hash-i.yaml
[edit]
[-] abs-i.yaml
[edit]
[-] %2d%40-i.yaml
[edit]
[-] %7e-i.yaml
[edit]
[-] %2d-i.yaml
[edit]
[-] %3c%3c-i.yaml
[edit]
[-] %3e%3e-i.yaml
[edit]
[-] modulo-i.yaml
[edit]
[-] %2a%2a-i.yaml
[edit]
[-] fdiv-i.yaml
[edit]
[-] to_f-i.yaml
[edit]
[-] %2b-i.yaml
[edit]
[-] remainder-i.yaml
[edit]
[-] rdiv-i.yaml
[edit]
[-] quo-i.yaml
[edit]
[-] %3d%3d-i.yaml
[edit]
[-] %5b%5d-i.yaml
[edit]
[-] %5e-i.yaml
[edit]
[-] %25-i.yaml
[edit]
[-] eql%3f-i.yaml
[edit]
[+]
..
[-] %2f-i.yaml
[edit]
[-] %26-i.yaml
[edit]
[-] %7c-i.yaml
[edit]
[-] to_s-i.yaml
[edit]
[-] div-i.yaml
[edit]