TheAlgorithms-C/numerical_methods
Satbek Abdyldayev 28fc15c65b
fix: possible segmentation faults in `numerical_methods/mean.c` (#805)
* fixed possible segmentation fault

Fixed possible segmentation fault when no arg is supplied

* Update mean.c

various small changes to print statements.
2021-02-23 12:36:43 -06:00
..
CMakeLists.txt [enhancement] updated cmake checks (#581) 2020-07-23 10:44:18 -04:00
durand_kerner_roots.c fix printing long double 2020-07-01 20:49:27 -04:00
gauss_elimination.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
gauss_seidel_method.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
lagrange_theorem.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
lu_decompose.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
mean.c fix: possible segmentation faults in `numerical_methods/mean.c` (#805) 2021-02-23 12:36:43 -06:00
median.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
newton_raphson_root.c fixed documentations 2020-06-28 15:18:52 -04:00
ode_forward_euler.c fix link references from fork to main repo 2020-06-28 11:22:42 -04:00
ode_midpoint_euler.c fix link references from fork to main repo 2020-06-28 11:22:42 -04:00
ode_semi_implicit_euler.c fix link references from fork to main repo 2020-06-28 11:22:42 -04:00
qr_decompose.h formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
qr_decomposition.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
qr_eigen_values.c fix file for clang-tidy errors 2020-07-10 18:39:01 -04:00
realtime_stats.c added authorship to docs 2020-06-06 14:51:49 -04:00
simpsons_1_3rd_rule.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
variance.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00