summaryrefslogtreecommitdiff
path: root/fib.awk (follow)
Commit message (Collapse)AuthorAge
* 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