mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bd668e4c9d
The new version gives more accurate values for decimal number representation that are not divisible in binary representations, for example `0.3`. The function uses `long double` for precision. Please report if `long double` causes problems on any platform (especially microcontrollers). Ref #6182