Open
Description
Math algorithms to be implemented are:
- GCD
- LCM
- Multiplication Expo Squaring
- Find Divisors
- Fibonacci
- Fisher Yates
- Check if number is a prime
- Calculate square root using Newton's method
- Extended Euclid Algorithm
- Mod Inverse
- Mod Inverse using Fermet
- Euler's Totient Function
- Euler's Inverse method
- Inverse of first 'n' numbers
- Combination Modular