Commit Graph

2 Commits

Author SHA1 Message Date
bc434c7163 feat(bigint): Specify return types for all methods 2022-08-24 20:59:30 -04:00
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