You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Currently, we use Extended Euclidian Algorithm only for inverse operation purposes (see inverse_extended_euclidean_algorithm).
The function returns only results for inverse operation and doesn't allow us to use it for any other purposes (e.g., GCD).
However, it costs us nothing to provide access to full Euclidian algorithm functionality in API, so I suppose we should do it.