-
**ping for EDO reccs (26 to 140)** — _10/23/2024 3:43 AM_
> i have a fairly simple feature request: some way of visualising JI scales where all the prime directions are upwards
>
> i dont like n…
-
**We use spin-up method to initialize the model and generate new worldfile named blge.world.Y3982M1D1H1.state. The command is as follows:**
"/bin/rhessys6.0 -t ../tecfiles/tec.test -w ../worldfiles…
-
For `ApplyMerge.DoublyLinkedList.applyMerge`, the following is not productive
```haskell
primes :: [Int]
primes = 2 : ([3 ..] `minus` composites)
composites :: [Int]
composites = applyMerge (…
-
[VRange] Should we support BigNum bounds?
so that somebody can e.g. select.first:3 167126537612537126536127..∞ => prime?
https://github.com/arturo-lang/arturo/blob/634ea1bcd8f7dfbe8fd10ff8c85f3e903a…
-
The saturation of an ideal in `F(t)[x,y]` for `F = QQ(a)` a simple number field could be faster.
The following computation terminates in Magma in
Total time: 85.219 seconds, Total memory usage: 64…
-
### Cura Version
5.6.0
### Operating System
Window 11
### Printer
Snapmaker J1
### Reproduction steps
When enabling prime tower base it is rendered with too dense lines.
![image](https://git…
-
Creating a function that determines if inpout is a prime number
-
I ran into this issue with one of my circuits where the proof was successfully generating locally, *and* the local verifier would successfully verify the proof, but the Solidity verifier would reject …
-
### Tested versions
- Reproducible in 4.3.dev (907db8eebcecb97d527edcaff77a1c87a6c068f5), only after the merge of the Wayland backend adding DetectPrimeEGL
### System information
Fedora Linux 39 (K…
-
Implement the following operations:
- Prime
- Sqrt
- GCD
- LCM