Initial commit.

This commit is contained in:
2016-12-01 16:47:16 +01:00
commit fafdd9cb9c
6 changed files with 762 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
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).