Number Ruby

require 'bigdecimal'
(BigDecimal("2") / BigDecimal("3")).to_s
# => "0.6666666666666667E0"
2.0/3
# => 0.666666666666667