require 'bigdecimal'two_thirds = (BigDecimal("2", 13) / 3)two_thirds.to_s# => "0.666666666666666666666666666666666667E0"(two_thirds + 1).to_s# => "0.1666666666666666666666666666666666667E1"