-
### Related problem
so we had this discussion about the `mod` and "remainder" math operators: https://discord.com/channels/601130461678272522/614613939334152217/1089833983291965490
### :question: …
-
Migrate [math](https://github.com/starkware-libs/stone-prover/tree/main/src/starkware/math).
Relatively self-contained, only about 300 lines of code.
-
## Brief
Currently, CryptID.native uses affine points which can lead to suboptimal performance in some cases. To speed up things, we should consider implementing other point representations.
## …
-
# Bug report
When comparing two time instances with different timezone, there are some unexpected result in some cases.
```python
from datetime import datetime, time, timezone, timedelta
# T…
-
With `PointedGrid[T](pt: (Int, Int), grid: Vector[Vector[Int]])`, we have an `extract` method which uses modular arithmetic to wrap the grid, so that you never access values outside the grid. How do y…
-
Might be quite useful to link `Bip`/`Bin`/`Biz` to un/signed machine words, perhaps by making a covering function for `Data.Bits`.
-
Instead of this definition:
``` factor
GENERIC: integer>fixnum ( x -- y ) foldable flushable
M: bignum integer>fixnum bignum>fixnum ; inline
M: fixnum integer>fixnum ; inline
```
If we define it i…
-
The addition operation in projective coordinates implements operator overloading that computes a scalar multiplication using a naive double-and-add algorithm. Would be worth specializing the operation…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45148](https://bugs.llvm.org/show_bug.cgi?id=45148) |
| Status | CONFIRMED |
| Importance | P norm…
-
Currently the hue argument to `hsla` is of type `Float`, and expects percentage values from 0.0 to 1.0.
There are a few issues I see here:
1. Hue is often thought of as an angular measurement (i.e…