mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add9917375
The function doesn't use the pool parameter and operates on pre-allocated memory, so mpz_abs_copy is a more accurate name. This eliminates code duplication by making mpz_abs use mpz_abs_copy internally. Co-authored-by: Claude <noreply@anthropic.com>