Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rubyで小数点以下の範囲を確認するにはどうすればよいですか?
ruby で 9.74 ~ 9.78 の配列で結果をフィルタリングしたい
if (9.74...9.78) == amounts count += 1 end
これはうまくいかないようです