mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7c2be58e2a
`a/b ** -n` can be calculated by `b/a ** n` for correctness.