https://github.com/nikolayblagoev/universal_converter
Contains javascript code for different mathematical functions, algorithms, etc.
https://github.com/nikolayblagoev/universal_converter
algebra algorithm javascript mathematics prime-numbers
Last synced: 9 months ago
JSON representation
Contains javascript code for different mathematical functions, algorithms, etc.
- Host: GitHub
- URL: https://github.com/nikolayblagoev/universal_converter
- Owner: NikolayBlagoev
- Created: 2022-03-14T18:18:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T21:41:48.000Z (over 3 years ago)
- Last Synced: 2025-01-21T23:33:57.073Z (11 months ago)
- Topics: algebra, algorithm, javascript, mathematics, prime-numbers
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Universal_Converter
Contains javascript code for different mathematical functions, algorithms, etc.
Binary_GCD_list - contains files related to the application of the binary gcd algorithm to a list of values
Binary_GCD_single - contains files related to the application of the binary gcd algorithm to two values
Modular_Exponentiation - contains files related to the calculation of modular exponentiation (a^b mod c)
Prime_Gen - contains files related to the generation of prime numbers between two values (using probabilistic primality tests - Fermat primality test and Solovay–Strassen primality test)