pocomath/src/generic
Glen Whitney 845a2354c9 feat: Template types (#45)
Includes a full implementation of a type-homogeneous Tuple type, using the template types
  feature, as a demonstration/check of its operation.

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #45
2022-08-05 12:48:57 +00:00
..
Types refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00
all.mjs feat: Template operations (#41) 2022-08-01 10:09:32 +00:00
arithmetic.mjs feat: Template types (#45) 2022-08-05 12:48:57 +00:00
divide.mjs feat: Template operations (#41) 2022-08-01 10:09:32 +00:00
gcdType.mjs feat: Template operations (#41) 2022-08-01 10:09:32 +00:00
identity.mjs feat: Template types (#45) 2022-08-05 12:48:57 +00:00
lcm.mjs feat: Template types (#45) 2022-08-05 12:48:57 +00:00
mean.mjs feat(Chain): add computation pipelines like mathjs 2022-08-01 16:24:20 -07:00
mod.mjs feat: Template operations (#41) 2022-08-01 10:09:32 +00:00
reducingOperation.mjs feat: Template operations (#41) 2022-08-01 10:09:32 +00:00
relational.mjs feat: Template types (#45) 2022-08-05 12:48:57 +00:00
sign.mjs feat: Template operations (#41) 2022-08-01 10:09:32 +00:00
sqrt.mjs fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
square.mjs feat: Template operations (#41) 2022-08-01 10:09:32 +00:00
subtract.concrete.mjs feat: Add a couple of ways to install generics safely. (#18) 2022-07-23 02:41:59 +00:00
subtract.mjs feat: Template operations (#41) 2022-08-01 10:09:32 +00:00