Dirk Lellinger
Dirk Lellinger
#### Description This adds the Pearson4 fit model (original version from Wikipedia), which is a skewed version of Pearson7. ###### Type of Changes - [ ] Bug fix - [x]...
#### Description This adds the Pearson4 fit model, which is a skewed version of Pearson7. ###### Type of Changes - [ ] Bug fix - [x] New feature - [...
Hi, because of the lack of documentation it is hard to figure out how to use the library to parse existing html. I've come so far: - parse my Html...
Hello, the implementation of Hypotenuse is buggy. The following test fails: ``` [Fact] void TestHypotenuse() { Assert.True(double.IsNaN(SpecialFunctions.Hypotenuse(double.NaN, 0))); } ``` This has severe consequences, because e.g. the following test also...
Make animated Gifs, e.g. for 3D graphs. See [this reference for .Net](https://stackoverflow.com/questions/1196322/how-to-create-an-animated-gif-in-net)
Prune string and bitmap resources. Convert bitmap resources to binary streams (instead of now: Bitmaps).
Try to make the CodeEditor window floatable instead of a dialog window, use navigation points then to go back to the last open window.