WhiteBlackGoose
WhiteBlackGoose
## Current problem 1. First of all, naming is weird. E. g. `simplified` and `compiled` feel weird (not to mention `derivative` vs `derivativeNode`) 2. Second, too long naming. `derivative` seems...
#474
**The package I want to suggest the idea to**: AngouriMath ``` arcsin(sqrt(2) / 2) ``` should be recognized to be `pi / 4`
`1 / (x + y + z) * dx + 1 / (x + y + z) * dy + 1 / (x + y + z) * dz` Tested...
**The package I want to suggest the idea to**: AngouriMath.FSharp ### Version 1 ```fs val system : list 'a -> EquationSystem ``` ```fs val solveSystem : EquationSystem -> Matrix ```...
# Plotting API Since 1.4 preview 1 one now can plot functions in "experimental"/preview mode. Time to make it prettier! ## Root types Will be in class `Plot`: ```fs module...
Using [this](https://github.com/KirillOsenkov/SourceBrowser) (the same as for Roslyn and runtime).
**The package I want to suggest the idea to**: AngouriMath.Interactive Currently there's a class in AngouriMath.Interactive which inherits from KernelExtension. Instead, it is suggeted to move to running a dib-file...