Skip to content

Commit d8991a2

Browse files
committed
docs: update README.md
1 parent 67eb4cc commit d8991a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ https://github.com/user-attachments/assets/6ea9df84-c21d-4ac7-8089-b85673842827
77
- **Integer square root:** Exact `floor(sqrt(N))` for big integers.
88
- **Primality test:** Check if a 64-bit unsigned integer is prime
99
- **Prime factorization:** Factorize a 64-bit unsigned integer into primes
10+
- **Modular Inverse:** Compute the modular inverse of a 64-bit unsigned integer $N$ modulo $M$, i.e., find $x$ such that $N \times x \equiv 1 \pmod{M}$
1011

1112
## Planned Features (not implemented yet)
1213
- **Count prime <= N**

0 commit comments

Comments
 (0)