pocomath/src/number
Glen Whitney 36e7b750ce refactor: Make generics more strict via templates
This commit also adds a built-in `typeOf` function to every PocomathInstance.
  It also adds a notation (prefix '!') for "eager" templeates that
  instantiate themselves for all types immediately upon definition.
2022-08-01 03:02:38 -07:00
..
Types feat: Implement subtypes 2022-07-30 04:59:04 -07:00
abs.mjs fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
add.mjs feat: Template implementations 2022-07-31 23:33:58 -07:00
all.mjs refactor: Make generics more strict via templates 2022-08-01 03:02:38 -07:00
compare.mjs refactor: Make generics more strict via templates 2022-08-01 03:02:38 -07:00
invert.mjs fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
isZero.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
multiply.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
native.mjs refactor: Make generics more strict via templates 2022-08-01 03:02:38 -07:00
negate.mjs fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
one.mjs fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
quotient.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
roundquotient.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
sqrt.mjs fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
zero.mjs fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00