Files
mruby-mruby/test/t
KOBAYASHI Shuji 9f081183d2 Improve compatibility to CRuby for Float#to_s
Bfore:

  Float::INFINITY.to_s  #=> "inf"
  50.0.to_s             #=> "50"
  1e20.to_s             #=> "1e+20"

After / CRuby:

  Float::INFINITY.to_s  #=> "Infinity"
  50.0.to_s             #=> "50.0"
  1e20.to_s             #=> "1.0e+20"
2019-01-13 19:59:22 +09:00
..
2017-11-22 16:09:50 +09:00
2013-06-14 21:35:49 +08:00
2014-06-19 01:55:39 +09:00
2018-09-07 22:32:34 +09:00
2018-08-25 09:19:17 +09:00
2014-04-30 09:50:14 +09:00
2019-01-05 20:41:09 +09:00
2019-01-05 20:41:09 +09:00
2016-12-01 16:48:43 +09:00