-
Hello, in the file [https://github.com/ErwinSCat/VeriFL/blob/main/Client/app/src/main/cpp/HomHash.cpp](url), the gradient is simulated using random numbers generated by the function _BN_rand_. However…
-
Need to confirm/improve:
- Elliptic coordinates are correctly used
- The flux values are correctly decimated
- It works for all bands including the new one
- Clean up the script so it imports ge…
-
Provide an interface to the functions of the CM library (http://cm.multiprecision.org) to compute class polynomials and elliptic curve suitable for cryptographic use.
Depends on #11807
Component: …
-
As noted recently on the [Open SWMM Knowledge Base,](https://www.openswmm.org/Topic/35167/inconsistent-results-when-modelling-ellipse-conduits) SWMM produces inconsistent results for custom sized elli…
-
hellow @jbowes,
For my own uses, I have experimented with a change which I'd like to know if you're interested in before I spend more time on it for a proper PR.
Long story short, whenever you w…
-
```
We should handle references by listing them in references.txt, and then
cite them using Sphinx markup.
See the elliptic functions module for an initial example.
```
Original issue for #224: http…
-
To view coverage reports:
- `cd private/numerics/functions`
- `raco cover .`
- Open `coverage/index.html`
Coverage is based on which S-expressions get run when the file is tested. These numbers ignor…
bennn updated
9 years ago
-
I was adding this library to our benchmarks (we had noble before but only implemented one of the functions)
It does very well, and surprisingly almost matches WASM performance on some of the less i…
-
The DLMF at Equation 22.16.32 (see : https://dlmf.nist.gov/22.16) defines the Jacobi Zeta function with the argument x. For boost::math::jacobi_zeta the corresponding argument is phi=arcsin(sn(x,k)).
-
I am attaching a patch which gives a user interface to lcalc library wrapper. Please give me feedback. Right now only Elliptic Curve L functions are implemented. Depends on #5396 and #8621
CC: @sa…