mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
This function computes (x**y)%z in an efficient way. For large arguments this operation is otherwise not computable by doing x**y and then %z. It's currently not used, but is added in case it's useful one day.
48 KiB
48 KiB