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
gauss_seidel_method.c
lagrange_theorem.c
lu_decompose.c
mean.c fix: possible segmentation faults in numerical_methods/mean.c (#805) 2021-02-23 12:36:43 -06:00
median.c
newton_raphson_root.c
ode_forward_euler.c
ode_midpoint_euler.c
ode_semi_implicit_euler.c
qr_decompose.h
qr_decomposition.c
qr_eigen_values.c fix file for clang-tidy errors 2020-07-10 18:39:01 -04:00
realtime_stats.c
simpsons_1_3rd_rule.c
variance.c