typocomath/src/core
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
..
Config.ts feat: Implement complex arithmetic through sqrt 2022-12-22 00:14:58 -05:00
Dispatcher.ts refactor: Streamline types and signature specfications 2022-12-24 11:16:58 -05:00