WhiteBlackGoose

Results 177 issues of 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...

Opinions wanted
Area: F#
Design document

**The package I want to suggest the idea to**: AngouriMath ``` arcsin(sqrt(2) / 2) ``` should be recognized to be `pi / 4`

Proposal
Accepted
up-for-grabs
<hard> up-for-grabs
good first issue

`1 / (x + y + z) * dx + 1 / (x + y + z) * dy + 1 / (x + y + z) * dz` Tested...

Bug

**The package I want to suggest the idea to**: AngouriMath.FSharp ### Version 1 ```fs val system : list 'a -> EquationSystem ``` ```fs val solveSystem : EquationSystem -> Matrix ```...

Proposal
Area: F#
Design document

# 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...

Proposal
Opinions wanted
Area: Interactive
Design document

Using [this](https://github.com/KirillOsenkov/SourceBrowser) (the same as for Roslyn and runtime).

Proposal
Accepted

**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...

Proposal
Accepted
Area: Interactive

Proposal
Opinions wanted