Minor Math Sum Additions (#2007)

* Move sum tests into math directory

* Move sum documentation over to math documentation

One sum example already existed in the math examples and a few of the others were outdated and didn't work, so I only moved one over, and updated their output

* Remove no-longer-in-use mod statement
This commit is contained in:
Joseph T. Lyons
2020-06-19 14:00:18 -04:00
committed by GitHub
parent 53a6e9f0bd
commit bc9cc75c8a
4 changed files with 7 additions and 45 deletions

View File

@ -44,7 +44,6 @@ mod split_by;
mod split_column;
mod split_row;
mod str_;
mod sum;
mod touch;
mod trim;
mod uniq;