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
Owner

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.

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.
glen added 1 commit 2022-08-01 23:28:24 +00:00
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.
glen merged commit 0ce4de086c into main 2022-08-01 23:28:32 +00:00
glen deleted branch chainify 2022-08-01 23:28:32 +00:00
Sign in to join this conversation.
No description provided.