mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6f67fddb87
Normal `TYPED_FIXABLE(f,mrb_float)` does not work on 64bit int from casting problems. The new approach works well, but assumes two's complement and IEEE-754 floating point numbers.