-
I would like to explore using JuMP.jl to set up mixed-integer programming optimization problems in [SymbolicRegression.jl ](https://github.com/MilesCranmer/SymbolicRegression.jl) and [PySR](https://gi…
-
Directional statistics deals with unit vectors and periodic variables. Directions.jl includes two such distributions: `VonMises` (angular) and `VonMisesFisher` (spherical). I'm planning to implement m…
-
I have the need to extract math symbols like ∈ or ∀ from a PDF (attached)
[24_AIE604_C1 Algebra1_extract.pdf](https://github.com/maxpmaxp/pdfreader/files/14892925/24_AIE604_C1.Algebra1_extract.pdf)
…
-
This was discussed in some detail [here](https://github.com/JuliaLang/julia/issues/8389#issuecomment-55934489). I was having trouble finding it, and thought it deserved its own issue.
-
The current diamond operator shows up quite small in some cases (VS Code in macOS, see https://github.com/tlaplus-community/tlauc/issues/4). Currently we use:
⋄ Diamond Operator (U+22C4) Mathematic…
-
```
Peter Robinson said:
2) Disorder
We spoke about this in San Francisco and agreed to disagree for the moment.
I think that "A causally relatively isolated combination of physical
components" is go…
-
Please re-open this issue:
The root cause seems to be in `DoubleFloats`:
```
julia> Double64(1e300)^2
NaN
julia> Float64(1e300)^2
Inf
```
_Originally posted by @KlausC in https://github.…
-
Zig already has ranged integer types, however the range is required to be a signed or unsigned power of 2. This proposal is for generalizing them further, to allow any arbitrary range.
```zig
comp…
-
Applying type inference on
List\ a;
[ for (final {'event': String event} in a.map(jsonDecode)) switch(event) .... ];
gives an error where the type dynamic can't be inferred for the .map call.
…
-
[PyCon](https://us.pycon.org/2023/) is the main meat-space gathering of python programmers. Every year, there are presentations about cool python projects and programming techniques, and these presen…