mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
164a7302b1
Adds Math.expm1 and Math.log1p, which provide more accurate calculations for exp(x) - 1 and log(1 + x) respectively, especially for small values of x. Co-authored-by: Gemini <gemini@google.com>