14 lines
174 B
Markdown
14 lines
174 B
Markdown
Topic 5: Numerical integration methods
|
|
|
|
compile with:
|
|
```bash
|
|
make clean
|
|
```
|
|
|
|
run with:
|
|
```bash
|
|
./main
|
|
```
|
|
|
|
Read documentation at [documentation.pdf](./documentation.pdf)
|