RosettaCodeData/Task/Modular-inverse/Python/modular-inverse-1.py

3 lines
27 B
Python
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
>>> pow(42, -1, 2017)
2023-07-01 11:58:00 -04:00
1969