feat(Chain): add computation pipelines like mathjs #43

Merged
glen merged 1 commits from chainify into main 2022-08-01 23:28:32 +00:00

1 Commits

Author SHA1 Message Date
Glen Whitney 814f660000 feat(Chain): add computation pipelines like mathjs
Also adds a `mean()` operation so there will be at least one operation
  that takes only a rest parameter, to exercise the ban on splitting
  such a parameter between the stored value and new arguments.
  Adds various tests of chains.

  Resolves #32.
2022-08-01 16:24:20 -07:00