picomath/complex
Glen Whitney e5ec1083e3 feat: Selective loader that extends all/only existing number methods to complex
Plus a test example where an instance is initialized to have only addition,
  and then that instance is extended to complex numbers, at which point it
  has number and complex addition but not negation or subtraction (at all).
2022-03-25 02:46:49 -07:00
..
add.js feat: Add complex numbers 2022-03-25 01:54:20 -07:00
all.js feat: Add complex numbers 2022-03-25 01:54:20 -07:00
complex.js feat: Add complex numbers 2022-03-25 01:54:20 -07:00
extendByComplex.js feat: Selective loader that extends all/only existing number methods to complex 2022-03-25 02:46:49 -07:00
negate.js feat: Add complex numbers 2022-03-25 01:54:20 -07:00