numint/README.md

20 lines
502 B
Markdown
Raw Permalink Normal View History

2016-12-01 15:47:16 +00:00
Numeric Integration
===================
2016-12-01 15:53:40 +00:00
[![build status](https://gitlab.com/Deathsbreed/numint/badges/master/build.svg)](https://gitlab.com/Deathsbreed/numint/commits/master)
2016-12-01 15:47:16 +00:00
Calculates the integration of a formula by parts (formula defined in the `func()` function).
Building
--------
Make sure you have CMake installed and run the following:
```bash
$ cd build/
$ cmake ..
$ make
```
There should be a binary called numint.
License
-------
This program is licensed with the [GNU GPLv3](/LICENSE).