mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
1838099e00
- remove float check (take mrb_float instead of mrb_value) - support -0.0 - fix range error if log10 is called when n == 0.0 - MSVC older than 2013: add signbit macro (for double)