Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakapon/blaze
The library for basic mathematics.
https://github.com/sakapon/blaze
mathematics propositional-logic random
Last synced: 19 days ago
JSON representation
The library for basic mathematics.
- Host: GitHub
- URL: https://github.com/sakapon/blaze
- Owner: sakapon
- License: mit
- Created: 2016-12-09T07:08:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T05:57:13.000Z (over 5 years ago)
- Last Synced: 2024-12-20T07:48:55.032Z (about 2 months ago)
- Topics: mathematics, propositional-logic, random
- Language: C#
- Size: 248 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blaze
[![license](https://img.shields.io/github/license/sakapon/Blaze.svg)](LICENSE)
[![NuGet](https://img.shields.io/nuget/v/Blaze.svg)](https://www.nuget.org/packages/Blaze/)
[![NuGet](https://img.shields.io/nuget/dt/Blaze.svg)](https://www.nuget.org/packages/Blaze/)The library for basic mathematics.
## Setup
To install Blaze, run the following command in the Package Manager Console on Visual Studio:```
Install-Package Blaze
```[NuGet Gallery | Blaze](https://www.nuget.org/packages/Blaze/)
## Target Frameworks
- .NET Standard 2.0
- .NET Framework 4.5## Release Notes
- **v2.0.16** Add features for exponential distribution.
- **v2.0.14** Add features for binomial distribution.
- **v2.0.12** Add features for normal distribution.
- **v2.0.11** For .NET Standard.
- **v1.1.10** Add methods for Formula.
- **v1.1.8** Add methods to determine the truth value.
- **v1.1.6** Add features for propositional logic.
- **v1.0.4** The first release with randomization.