Go to file
Nicolás A. Ortega 76a116f64e
Added documentation with LaTeX.
2016-12-01 21:08:45 +01:00
build Initial commit. 2016-12-01 16:47:16 +01:00
docs Added documentation with LaTeX. 2016-12-01 21:08:45 +01:00
src Added some safeguards. 2016-12-01 20:55:54 +01:00
.gitignore Added documentation with LaTeX. 2016-12-01 21:08:45 +01:00
.gitlab-ci.yml Added CI. 2016-12-01 16:50:15 +01:00
CMakeLists.txt Initial commit. 2016-12-01 16:47:16 +01:00
LICENSE Initial commit. 2016-12-01 16:47:16 +01:00
README.md Added CI results to README. 2016-12-01 16:53:40 +01:00

README.md

Numeric Integration

build status

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:

$ cd build/
$ cmake ..
$ make

There should be a binary called numint.

License

This program is licensed with the GNU GPLv3.