numint/README.md

18 lines
366 B
Markdown
Raw Normal View History

2016-12-01 15:47:16 +00:00
Numeric Integration
===================
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).