WhiteBlackGoose

Results 177 issues of WhiteBlackGoose

Working on tests verifying the correct JIT codegen

Improves the SIMD experience in Maths.

**COMMUNITY-DRIVEN WORK TRACKING ISSUE** Tracks implementation of the [**SIMD Math Proposal**](https://github.com/dotnet/Silk.NET/blob/main/documentation/proposals/Proposal%20-%20Vectorization%20-%20SIMD.md). It is being implemented in the `feature/math-simd`. # Tasks ## API implementation #665 ([generator](https://gist.github.com/WhiteBlackGoose/4bf2f633dcc3bd7a10ae44de61598be9)) - [x] `Create` - [x]...

help wanted
feature
area-Maths
tracking issue / epic

Report that they generate can be found [**here**](https://gist.github.com/WhiteBlackGoose/e452ea5351a73a698b21aedc44441593) (warning: *big* file). (there's a markdown table (it's not well fitted, you might wanna scroll right), and then there's a list of...

There are a few hundreds of warnings (partly thanks to #634 ), and they make it difficult to see the meaningful ones

enhancement
area-Maths

Hello, folks. `plotly.py` seems to be great and *very* popular project. To the extent that we from [Plotly.NET](https://github.com/plotly/Plotly.NET) often get questions in our chat about `plotly.py` :laughing: So what I'm...

Hey, community! I suggest creating a discord server for plotly.js. I already [suggested](https://github.com/plotly/plotly.py/issues/3808) it in `plotly.py`, however, now I came to an idea that maybe it's better if we create...

So we're adding a lot more examples now. - [x] `AngouriMath.MathS.*` #583 - [ ] `AngouriMath.Entity` #586 - [ ] `AngouriMath.Extensions`

**The version I use**: AngouriMath Repro: ```cs Console.WriteLine(MathS.ToBaseN(13.125m, 5)); ``` Clearly it cannot be precisely presented (but others work), so I suspect that it's because of it.

Bug