struct BigInt
Overview
A BigInt can represent arbitrarily large integers.
It is implemented under the hood with GMP.
Included Modules
- Comparable(UInt16 | UInt32 | UInt64 | UInt8)
- Comparable(Int16 | Int32 | Int64 | Int8)
- Comparable(Float)
- Comparable(BigInt)
Defined in:
big/big_int.crClass Method Summary
-
.new(num : Float)
Creates a BigInt from the given num.
-
.new(num : BigInt)
Returns
num
. -
.new
Creates a BigInt with the value zero.
-
.new(str : String, base = 10)
Creates a BigInt with the value denoted by str in the given base.
-
.new(num : Int::Signed)
Creates a BigInt from the given num.
-
.new(num : Int::Unsigned)
Creates a BigInt from the given num.
Instance Method Summary
- #%(other : Int) : BigInt
- #&(other : Int) : BigInt
- #*(other : BigInt) : BigInt
- #*(other : Int::Signed) : BigInt
- #*(other : Int::Unsigned) : BigInt
- #**(other : Int) : BigInt
- #+(other : BigInt) : BigInt
- #+(other : Int) : BigInt
- #- : BigInt
- #-(other : BigInt) : BigInt
- #-(other : Int) : BigInt
- #/(other : Int) : BigInt
- #<<(other : Int) : BigInt
- #<=>(other : Float)
- #<=>(other : Int::Unsigned)
- #<=>(other : BigInt)
- #<=>(other : Int::Signed)
- #>>(other : Int) : BigInt
- #^(other : Int) : BigInt
- #abs : BigInt
- #clone
- #digits : Array(Int32)
- #gcd(other : Int) : Int
- #gcd(other : BigInt) : BigInt
- #hash
- #inspect
- #inspect(io)
- #lcm(other : BigInt) : BigInt
- #lcm(other : Int) : BigInt
- #popcount
- #remainder(other : Int) : BigInt
- #tdiv(other : Int) : BigInt
- #to_big_i
- #to_f
- #to_f32
- #to_f64
- #to_i
- #to_i16
- #to_i32
- #to_i64
- #to_i8
-
#to_s(io)
Returns a string representation of self.
-
#to_s(base : Int)
Returns a string containing the representation of big radix base (2 through 36).
-
#to_s
Returns a string representation of self.
- #to_u
- #to_u16
- #to_u32
- #to_u64
- #to_u8
- #to_unsafe
- #unsafe_floored_div(other : Int) : BigInt
- #unsafe_floored_div(other : BigInt) : BigInt
- #unsafe_floored_mod(other : BigInt) : BigInt
- #unsafe_floored_mod(other : Int) : BigInt
- #unsafe_truncated_div(other : Int) : BigInt
- #unsafe_truncated_div(other : BigInt) : BigInt
- #unsafe_truncated_mod(other : BigInt) : BigInt
- #unsafe_truncated_mod(other : Int) : BigInt
- #|(other : Int) : BigInt
- #~ : BigInt
Instance methods inherited from module Comparable({"T", T})
<(other : T)
<,
<=(other : T)
<=,
<=>(other : T)
<=>,
==(other : T)
==,
>(other : T)
>,
>=(other : T)
>=
Instance methods inherited from module Comparable({"T", T})
<(other : T)
<,
<=(other : T)
<=,
<=>(other : T)
<=>,
==(other : T)
==,
>(other : T)
>,
>=(other : T)
>=
Instance methods inherited from module Comparable({"T", T})
<(other : T)
<,
<=(other : T)
<=,
<=>(other : T)
<=>,
==(other : T)
==,
>(other : T)
>,
>=(other : T)
>=
Instance methods inherited from module Comparable({"T", T})
<(other : T)
<,
<=(other : T)
<=,
<=>(other : T)
<=>,
==(other : T)
==,
>(other : T)
>,
>=(other : T)
>=
Instance methods inherited from struct Int
%(other : Int)%(other : BigInt) : BigInt %, *(other : BigInt) : BigInt
*(other : BigRational) *, **(exponent : Int) : self
**(exponent : Float) : Float64 **, +(other : BigRational)
+(other : BigInt) : BigInt +, -(other : BigInt) : BigInt
-(other : BigRational) -, /(other : BigRational)
/(other : BigInt) : BigInt
/(other : Int) /, <<(count : Int) <<, <=>(other : BigInt)
<=>(other : BigRational) <=>, ===(char : Char) ===, >>(count : Int) >>, abs abs, bit(bit) bit, ceil ceil, chr chr, day day, days days, divisible_by?(num) divisible_by?, downto(n)
downto(n, &block : self -> ) downto, even? even?, fdiv(other) fdiv, floor floor, gcd(other : Int) gcd, gcm(other : BigInt) : Int gcm, hash hash, hour hour, hours hours, lcm(other : BigInt) : BigInt
lcm(other : Int) lcm, millisecond millisecond, milliseconds milliseconds, minute minute, minutes minutes, modulo(other) modulo, month month, months months, odd? odd?, popcount popcount, pred pred, remainder(other : Int) remainder, round round, second second, seconds seconds, succ succ, tdiv(other : Int) tdiv, times(&block : self -> )
times times, to(n)
to(n, &block : self -> ) to, to_big_i : BigInt to_big_i, to_big_r to_big_r, to_io(io : IO, format : IO::ByteFormat) to_io, to_json(io) to_json, to_s(base : Int, io : IO, upcase : Bool = false)
to_s(io : IO)
to_s
to_s(base : Int, upcase : Bool = false) to_s, trunc trunc, upto(n, &block : self -> )
upto(n) upto, week week, weeks weeks, year year, years years, ~ ~
Class methods inherited from struct Int
from_io(io : IO, format : IO::ByteFormat)
from_io
Instance methods inherited from module Comparable({"T", T})
<(other : T)
<,
<=(other : T)
<=,
<=>(other : T)
<=>,
==(other : T)
==,
>(other : T)
>,
>=(other : T)
>=
Instance methods inherited from module Comparable({"T", T})
<(other : T)
<,
<=(other : T)
<=,
<=>(other : T)
<=>,
==(other : T)
==,
>(other : T)
>,
>=(other : T)
>=
Instance methods inherited from struct Number
*(other : Complex)*(other : BigFloat) *, +
+(other : BigFloat)
+(other : Complex) +, -(other : Complex)
-(other : BigFloat) -, /(other : Complex) /, <=>(other : BigFloat)
<=>(other) <=>, ==(other : Complex) ==, abs abs, abs2 abs2, cis cis, clamp(range : Range)
clamp(min, max) clamp, divmod(number) divmod, i i, round(digits, base = 10) round, sign sign, significant(digits, base = 10) significant, step(limit = nil, by = 1)
step(limit = nil, by = 1, &block) step, to_big_f to_big_f, to_c to_c, to_yaml(emitter : YAML::Emitter) to_yaml
Class methods inherited from struct Number
zero : self
zero
Instance methods inherited from module Comparable({"T", T})
<(other : T)
<,
<=(other : T)
<=,
<=>(other : T)
<=>,
==(other : T)
==,
>(other : T)
>,
>=(other : T)
>=
Instance methods inherited from module Comparable({"T", T})
<(other : T)
<,
<=(other : T)
<=,
<=>(other : T)
<=>,
==(other : T)
==,
>(other : T)
>,
>=(other : T)
>=
Instance methods inherited from struct Value
==(other)
==,
dup
dup
Instance methods inherited from class Object
!=(other)
!=,
!~(other)
!~,
==(other)
==,
===(other)===(other : YAML::Any)
===(other : JSON::Any) ===, =~(other) =~, class class, crystal_type_id crystal_type_id, dup dup, hash hash, inspect(io : IO)
inspect inspect, itself itself, not_nil! not_nil!, tap(&block) tap, to_json to_json, to_pretty_json(indent : String = " ")
to_pretty_json(io : IO, indent : String = " ") to_pretty_json, to_s
to_s(io : IO) to_s, to_yaml
to_yaml(io : IO) to_yaml, try(&block) try
Class methods inherited from class Object
==(other : Class)
==,
===(other)
===,
cast(other) : self
cast,
clone
clone,
dup
dup,
from_json(string_or_io) : selffrom_json(string_or_io, root : String) : self from_json, from_yaml(string : String) : self from_yaml, hash hash, inspect(io) inspect, name : String name, nilable? nilable?, to_s(io) to_s, |(other : U.class) forall U |
Class Method Detail
Creates a BigInt with the value denoted by str in the given base.
Raises ArgumentError
if the string doesn't denote a valid integer.
BigInt.new("123456789123456789123456789123456789") # => 123456789123456789123456789123456789
BigInt.new("1234567890ABCDEF", base: 16) # => 1311768467294899695
Instance Method Detail
Returns a string representation of self.
puts BigInt.new("123456789101101987654321").to_s # => 123456789101101987654321
Returns a string containing the representation of big radix base (2 through 36).
puts BigInt.new("123456789101101987654321").to_s(8) # => 32111154373025463465765261
puts BigInt.new("123456789101101987654321").to_s(16) # => 1a249b1f61599cd7eab1
puts BigInt.new("123456789101101987654321").to_s(36) # => k3qmt029k48nmpd
Returns a string representation of self.
puts BigInt.new("123456789101101987654321").to_s # => 123456789101101987654321