An open API service indexing awesome lists of open source software.

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.

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)