mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ad8fc7d918
Cover zero operands, power-of-2 fast path, negative operands, balanced multi-limb pairs with a shared Fibonacci factor, highly unbalanced pairs (to exercise the Euclidean fallback), and Fibonacci neighbors (always coprime). Declare a test dependency on mruby-numeric-ext since Integer#gcd is defined there. Co-authored-by: Claude <noreply@anthropic.com>