mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
a8c841433f
Since these are expressed as "nPk" or "nCk" in mathematics, rename `n` to `k` and `array_size` to `n`. Additionally, rename the parameters `#__repeated_combination` and `#__combination_init` from `n` to `k`. However, the parameter `n` in `#repeated_permutation` and `#repeated_combination` remains unchanged to align with CRuby.