mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c8f904b7f5
Fix the following issue:
Good:
$ bin/mruby -e 'p(-0.0)' #=> "-0"
Bad:
$ bin/mruby -e 'a=0.0; p(-0.0)' #=> "0"