WhiteBlackGoose
WhiteBlackGoose
> *[Reported](https://discord.com/channels/642350046213439489/897053152044535808/919602942716293150) by Isopropanol from Discord* **The version I use**: AngouriMath Doesn't solve unless some simple conversation happens (see the comments). ```cs using PeterO.Numbers; using System; using System.Collections.Generic; using System.Linq;...
**The package I want to suggest the idea to**: AngouriMath.Terminal Similar to `Plot.*` functions, we can make something like `latex` function to display an expression in a website, e. g....
**The package I want to suggest the idea to**: AngouriMath.Interactive The current [logo](https://github.com/asc-community/AngouriMath/blob/master/Sources/Wrappers/AngouriMath.Interactive/icon.png) includes Jupyter logo which is incorrect (since you can use that pkg in VSC Notebooks or in...
# Core interfaces - [x] Approved - [x] [Implemented](https://github.com/asc-community/AngouriMath/pull/509) ## IClosedArithmetics ```cs public interface IClosedArithmetics ``` It will inherit `+`, `-`, `*`, also unary `+` and `-`. ## IHasNeutralValues ```cs...
# Imprecise inequality for comparing expressions - [x] Approved - [x] [Implemented](https://github.com/asc-community/AngouriMath/pull/533) ## Problem We currently have `==` and `!=` and `Equals` checking for the exact equality of two expressions,...
When building, there's a number of warnings related to nuget dependencies mismatch. Those should be fixed.
## Current situation CI runs the benchmark on the latest commit, and we add its results to the overall perf report, collected over time. ## Problem The environment we have...
**The package I want to suggest the idea to**: AngouriMath.Terminal So that anyone could download it and use, without the need to use SDK and without installation. This means shipping...
For collections which are arrays or IReadOnlyList we can now move to RefLinq from [HonkPerf.NET](https://github.com/asc-community/HonkPerf.NET) when we need to compute inplace.
Those, without their own definition in the AM's environment (e. g. hyperbolic tanh is an example of such) - [ ] Sigmoid ~Max~ ~Min~ - [ ] Avg ~Mean~ -...