Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto cb298607b1 readfloat: improve accuracy and performance with lookup tables and integer arithmetic
Replace expensive pow() calls with pre-computed lookup tables for powers of 10.
Use integer arithmetic during parsing to avoid floating-point precision loss.
Add overflow detection for large numbers while maintaining compatibility.

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-14 10:52:43 +09:00
..
2025-06-03 08:53:06 +09:00
2024-04-22 18:00:27 +10:00
2025-07-21 22:44:39 +09:00
2023-11-01 22:21:59 +09:00
2016-05-09 17:19:47 +02:00
2025-08-10 09:21:38 +02:00