mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6731f935cc
#### Before this patch: ```console $ bin/mruby -e 'p(Float::NAN/0)' Infinity ``` #### After this patch (same as Ruby): ```console $ bin/mruby -e 'p(Float::NAN/0)' NaN ```