typocomath/src
Glen Whitney 6d63d23498 refactor: Streamline types and signature specfications
The main mechanism for simplification was simply to assume that
  ZeroType<T> and OneType<T> will always be in T. That removed a lot
  of specialized typing, and presumably will be true in practice.

  Otherwise, removes extraneous type definitions and adds/clarifies
  a number of comments to hopefully make the scheme as clear as possible.
2022-12-24 11:16:58 -05:00
..
Complex refactor: Streamline types and signature specfications 2022-12-24 11:16:58 -05:00
core refactor: Streamline types and signature specfications 2022-12-24 11:16:58 -05:00
generic refactor: Streamline publishing operations 2022-12-24 10:09:14 -05:00
interfaces refactor: Streamline types and signature specfications 2022-12-24 11:16:58 -05:00
numbers refactor: Streamline publishing operations 2022-12-24 10:09:14 -05:00
all.ts feat: Add generic operation `square` and numeric `unequal` (#4) 2022-12-22 16:12:36 +00:00
index.ts fix and test absquare for quaternion 2022-12-23 17:18:24 +01:00