diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-01-06 23:05:13 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-01-06 23:05:13 +0900 |
| commit | c8f904b7f5f53482293815822cebe7d5ac4247c1 (patch) | |
| tree | cd72d2e92c9e9349058633fa7c62549e1c81d316 /src | |
| parent | 89c79e56c5881831bd5c4206efa3a5e82eaf9427 (diff) | |
| download | mruby-c8f904b7f5f53482293815822cebe7d5ac4247c1.tar.gz mruby-c8f904b7f5f53482293815822cebe7d5ac4247c1.zip | |
Fix 0.0 and -0.0 handling.
Fix the following issue:
Good:
$ bin/mruby -e 'p(-0.0)' #=> "-0"
Bad:
$ bin/mruby -e 'a=0.0; p(-0.0)' #=> "0"
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions
