-
https://github.com/tripleblindmarket/covid-safe-paths/blob/develop/app/helpers/Intersect.js
2 problems spotted when testing a Python version of the same algorithm.
// Close enough to do a detail…
-
JuggerNaut63
High
# Unchecked Multiplication Leading to Overflow in Fixed-Point Arithmetic Operations
## Summary
The `MathLib` library in the provided Solidity code performs multiplication before d…
-
Hello.
Is GameMath support deterministic calculations for floats (basically, restrict precision / fixed point)? Its specifically required to make a game like an RTS networked.
Some reading, in case …
-
**🧐 Motivation**
Inspired by ENS's premium decay curve, which reduces the cost of premium names over time, this feature aims to create a more general-purpose curve that can be used in various applica…
-
# Preamble
ARM NEON has fixed-point multiplication instructions, like `sqdmulh`. Existing NN inference solutions (TFLite, ruy, XNNPACK) use them. It's not possible to match their performance in qua…
-
In trying to find out whether the results of HoughLinesP are somewhat sortes, I read a bit in the source code.
I understand that if IPP is present and working out, this is used, if not there is a …
-
When specifying the behaviour of functions that involves a loop, it is sometimes hard to express the post-state on a closed form. A real life example is [Pot.rpow](https://github.com/makerdao/dss/blob…
-
In order to avoid cluttering up the discussion of #762 (Enc/Dec and Randomness handling), I figured I'd create a new issue to (a) help myself get my thoughts straight on the various mappings/encodings…
-
Hi! First off, kudos for a very clear, educational demonstration!
If it's appropriate, I feel like sharing another rewrite of `letrec` into `let`, but this time using tuples (*surjective pairing*) …
-
We need to expose basic arithmetic over finite fields and common operations on EC points in our API.
This is required to implement PAKEs and threshold signatures among things that the module doesn’…