pocomath/test
Glen Whitney a2f76a55b8 feat(return types): Add more return types for complex functions
These changes greatly increased the need for precision in generating
  implementations for signatures of operations whenever possible. So this
  commit also includes a refactor that basically caches all of the
  conversions of Pocomath implementations to typed-function implementatios so
  that they are more often externally available (i.e., not disrupted so much
  after invalidation).
2022-08-26 23:54:32 -04:00
..
bigint feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
complex feat(return types): Add more return types for complex functions 2022-08-26 23:54:32 -04:00
core feat(returnTypeOf): Support template and upper bound types 2022-08-24 13:37:32 -04:00
generic feat: Generic numerical types 2022-08-07 09:19:27 -07:00
number feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
tuple feat: Template types (#45) 2022-08-05 12:48:57 +00:00
_pocomath.mjs feat(bigint): Specify return types for all methods 2022-08-24 20:59:30 -04:00
custom.mjs refactor(Complex): Now a template type! 2022-08-06 08:27:44 -07:00