require 'bigdecimal'; (BigDecimal.new("2.2")..BigDecimal("3.5")).step(BigDecimal.new("0.2")).each {|n| puts n}
Standard input is empty
0.22E1 0.24E1 0.26E1 0.28E1 0.3E1 0.32E1 0.34E1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!