summaryrefslogtreecommitdiff
path: root/fib.awk (follow)
Commit message (Collapse)AuthorAge
* Added a partially working function performing LU decomposition on a squarewukong2023-12-18
| | | | | matrix, ludcmp.awk. This is providing correct answers on _some_ test data, further testing debugging required here.
* began merging windowing scripts;wukong2018-12-25
| | | | swapped std_dev and std_err in mean and mean_avg;
* added optional precision argv to other scripts;wukong2018-11-12
|
* added gaussian.awk based on hamming script;wukong2018-11-04
| | | | | added pwr(x,p) function to sterling_approx; minor clean up all around;
* restructured conditional prints in diff, added parabolic focus solution to ↵wukong2018-10-14
| | | | quad_reg output
* added fib.awk, a solution to fib eqn (example in Hamming text);wukong2018-09-30
removed pi.sh (redundant); added corrections to quad_reg