nanomath/src/generic
Glen Whitney 474cc53d68
All checks were successful
/ test (pull_request) Successful in 17s
feat: Start arithmetic functions for complex
So far, adds absquare and add. To get these working, especially on mixed
  types of arguments, this also adds some additional features:
  * Allows conversions to generic types, with the matched type
    determined from the return value of the built convertor
  * Adds predicate-based type patterns
  * Adds conversion from any non-complex type T to Complex(T)
  * Starts tests for complex arithmetic
2025-04-24 12:06:47 -07:00
..
__test__ feat: config and approximate equality (#19) 2025-04-16 04:23:48 +00:00
all.js feat: config and approximate equality (#19) 2025-04-16 04:23:48 +00:00
arithmetic.js refactor: change onType to match and take only one pattern and result (#22) 2025-04-22 05:01:21 +00:00
config.js refactor: change onType to match and take only one pattern and result (#22) 2025-04-22 05:01:21 +00:00
helpers.js feat: config and approximate equality (#19) 2025-04-16 04:23:48 +00:00
relational.js feat: Start arithmetic functions for complex 2025-04-24 12:06:47 -07:00
utils.js refactor: require match to merge any function (#23) 2025-04-24 00:16:04 +00:00