pocomath/src/generic
Glen Whitney c429c19dfe feat: Implement subtypes
This should eventually be moved into typed-function itself, but for
  now it can be implemented on top of the existing typed-function.

  Uses subtypes to define (and error-check) gcd and lcm, which are only
  defined for integer arguments.

  Resolves #36.
2022-07-30 04:59:04 -07:00
..
Types refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00
all.mjs feat: Implement signature-specifc reference 2022-07-25 04:20:13 -07:00
arithmetic.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
divide.mjs feat: Implement signature-specifc reference 2022-07-25 04:20:13 -07:00
gcdType.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
lcm.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
mod.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
sign.mjs feat: Implement signature-specifc reference 2022-07-25 04:20:13 -07:00
sqrt.mjs fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
square.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07: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: Switch to function-based specification of dependencies 2022-07-23 09:55:02 -07:00