-
Is their a way solve the system for 32 Floats?
```julia
using HomotopyContinuation
@var u1, v1, ω, α, γ, λ, ω0
eqs = [
-u1*ω^2 + u1*ω0^2 + (3/4)*u1^3*α + (3/4)*u1*v1^2*α + (-1/2)*u1*λ*ω0…
-
### Describe the bug
Try as I might, I can't come up with a good explanation for the way that ` | into bits` is working. Clearly it's working on *signed* ints, which is not documented currently. …
-
Given the recent addition of `seek_from_*`, I was wondering if there are plans to add `seek_bits_from_*`, too.?
I have this weird protocol that looks somewhat like this:
```
struct Operation {
…
-
Currently `to_bits` just silently accepts larger integers than will fit in the bitvector and slices off the top. That's a bit sad from a type checking point of view. Sail can perfectly happily check t…
-
Consegue me ajudar com o erro abaixo quando compilo o TESTE checkbox2.prg da pasta tests, compila sem erro, abre o checkbox2.exe mas quando marca uma das opções e dou OK ele fecha e da esse erro abaix…
-
Complex algorithm fails for some data at 24 bits per value:
```
+ wgrib2 --version
3.4.0
+ wgrib2 kwbc_simple.grib -set_grib_type c3 -set_grib_max_bits 24 -grib_out kwbc_complex.grib
*** FATAL …
-
Hello phax ,
When I test how to send message to openAS2 flowing the demo "[MainTestClient.java](https://github.com/phax/as2-server/blob/master/src/test/java/com/helger/as2/test/MainTestClient.java)…
-
Hello,
We interface with a custom processor, who's I2S bit width is fixed at 32. In esp-adf, filter-resample only supports resampling to 16 bits. We need the resample filter to support 32 bits as a…
-
### What's hard to do? (limit 100 words)
Create arrays and bit vectors with replicated patterns. SystemVerilog provides the replication operator which works on both, so you can do stuff like:
```
in…
-
I'm using this in a network monitor context, and it's very nice to have automatic formatting into *bytes/sec - which is commonly used in things like download speeds in browsers, etc.
However, it's …