Ruby 3.1: Integer

Integer.instance_methods
RUBY_VERSION # => "3.1.3"
Integer.instance_methods - Object.instance_methods
Integer.instance_methods - Object.instance_methods
関連タイピング
-
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数2921英語長文120秒 -
htmlやcssのタイピングです。
プレイ回数6375英語長文120秒 -
日本語・英語・特殊記号全て、右手タイピング制覇をしたい人。
プレイ回数66341247打 -
JAVAの練習用です。
プレイ回数880長文120秒 -
タイピングをマスターしたい方向けの問題です。
プレイ回数4万302打 -
C#のプログラム一つを書こう
プレイ回数2449英字610打 -
Rangeオブジェクトに対するプロパティ・メソッドです。
プレイ回数1945英字60秒 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数2693短文英字429打
問題文
ふりがな非表示
ふりがな表示
anybits?(anybits?)
nobits?(nobits?)
downto(downto)
times(times)
pred(pred)
pow(pow)
**(**)
<<(<<)
>>(>>)
<=(<=)
>=(>=)
next(next)
-@(-@)
digits(digits)
[]([])
magnitude(magnitude)
zero?(zero?)
integer?(integer?)
upto(upto)
bit_length(bit_length)
など
even?(even?)
odd?(odd?)
%(%)
chr(chr)
&(&)
*(*)
+(+)
-(-)
/(/)
size(size)
succ(succ)
<(<)
>(>)
ord(ord)
to_int(to_int)
to_i(to_i)
to_f(to_f)
to_r(to_r)
div(div)
divmod(divmod)
fdiv(fdiv)
^(^)
coerce(coerce)
numerator(numerator)
modulo(modulo)
remainder(remainder)
rationalize(rationalize)
gcd(gcd)
lcm(lcm)
gcdlcm(gcdlcm)
floor(floor)
ceil(ceil)
round(round)
truncate(truncate)
denominator(denominator)
|(|)
abs(abs)
~(~)
allbits?(allbits?)
imaginary(imaginary)
imag(imag)
angle(angle)
+@(+@)
conjugate(conjugate)
to_c(to_c)
conj(conj)
phase(phase)
positive?(positive?)
abs2(abs2)
real?(real?)
step(step)
negative?(negative?)
infinite?(infinite?)
finite?(finite?)
singleton_method_added(singleton_method_added)
quo(quo)
i(i)
arg(arg)
nonzero?(nonzero?)
rectangular(rectangular)
rect(rect)
polar(polar)
real(real)
between?(between?)
clamp(clamp)