Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto bd668e4c9d readfloat.c: new implementation of mrb_read_float(); ref #6187
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
2024-09-21 02:47:42 +09:00
..
2024-06-06 21:35:24 +09:00
2024-04-22 18:00:27 +10:00
2024-07-18 15:06:31 +09:00
2023-11-01 22:21:59 +09:00
2024-03-09 13:41:58 +01:00
2024-06-27 22:46:13 +02:00
2016-05-09 17:19:47 +02:00