-
Any recommendations and improvements are welcome for calculator.py
-
The special module currently has the following functions that need implementation or work done.
TODO:
Implement:
- [ ] assoc_laguerre
- [ ] assoc_legendre
- [ ] beta
- [ ] comp_ellint_1
-…
-
Please consider adding new lint rules for [strength reduction](https://en.wikipedia.org/wiki/Strength_reduction) optimizations. All of the types of optimizations included in the below examples would i…
-
### Detailed description
Times change
so does the development of algorithms and documentation
Some of the older algorithms existing in this repository do not fit the [contribution guidelines…
-
-
Apologies if these are already known to you, but I didn't see anything in the docs or comments about this.
In (https://github.com/nsc/SwiftTLS/blob/f5010aa3b0901ab3f5f26db322ac8652e64f0c5c/SwiftTLS…
-
Ethereum ships with a number of 'precompile' contracts - implemented in the native language of the VM our equivalent is SNatives.
We should aim to implement all the same precompiles that mainline E…
-
**Note**: type `T` can be a `BigInt`, `std::string` or ```long long```.
- [x] `pow`
```C++
BigInt pow(const T& base, int exponent);
```
Returns the value of baseexponent.
- [x] `sqrt…
-
I'm working on a Diffie-Hellman implementation and an RSA implementation. Progress is quite slow, though. If someone else is working on this as well, please let me know so that we can combine our effo…
-
There are various optimizations for the AKS algorithm but if I recall correctly, the "naive" AKS algorihm is O(n^12). @bubaflub, can you add some info to the Math::Primality::AKS pod about the approxi…
leto updated
11 years ago