pocomath/src/complex
Glen Whitney 845a2354c9 feat: Template types (#45)
Includes a full implementation of a type-homogeneous Tuple type, using the template types
  feature, as a demonstration/check of its operation.

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #45
2022-08-05 12:48:57 +00:00
..
Types feat: Implement subtypes 2022-07-30 04:59:04 -07:00
abs.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
absquare.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
add.mjs feat: Template types (#45) 2022-08-05 12:48:57 +00:00
all.mjs feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
associate.mjs feat: Template types (#45) 2022-08-05 12:48:57 +00:00
complex.mjs feat: Template types (#45) 2022-08-05 12:48:57 +00:00
conjugate.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00
equalTT.mjs feat: Template types (#45) 2022-08-05 12:48:57 +00:00
extendToComplex.mjs fix: Separate typed instance for each PocomathInstance (#15) 2022-07-22 20:49:14 +00:00
gcd.mjs feat: Template types (#45) 2022-08-05 12:48:57 +00:00
invert.mjs feat(Complex): support division 2022-07-31 11:08:07 -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 feat: Template types (#45) 2022-08-05 12:48:57 +00:00
negate.mjs feat: Implement subtypes 2022-07-30 04:59:04 -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 feat: Template operations (#41) 2022-08-01 10:09:32 +00:00
zero.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00