Merge branch 'auto_clang-format' of https://github.com/kvedala/C into auto_clang-format

This commit is contained in:
Krishna Vedala 2020-05-29 16:22:37 -04:00
commit b388e4a309
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@
* [Newton-Raphson-Root](https://github.com/kvedala/C/blob/master/numerical_methods/newton-raphson-root.c)
* [Qr Decomposition](https://github.com/kvedala/C/blob/master/numerical_methods/qr_decomposition.c)
* [Qr Eigen Values](https://github.com/kvedala/C/blob/master/numerical_methods/qr_eigen_values.c)
* [Simpsons 1-3Rd Rule](https://github.com/kvedala/C/blob/master/numerical_methods/simpsons_1-3rd%20rule.c)
* [Simpsons 1-3Rd Rule](https://github.com/kvedala/C/blob/master/numerical_methods/simpsons_1-3rd_rule.c)
* [Variance](https://github.com/kvedala/C/blob/master/numerical_methods/variance.c)
## Project Euler