nanomath/src/generic
Glen Whitney 70ce01d12b
All checks were successful
/ test (push) Successful in 17s
feat: config and approximate equality (#19)
Establishes a global config object for a TypeDispatcher instance, so far
  with just properties representing comparison tolerances. Begins a
  "relational" group of functions with basic approximate equality, and
  an initial primitive ordering comparison. Ensures that methods that
  depend on properties of `config` will be properly updated when those
  properties change.

Reviewed-on: #19
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2025-04-16 04:23:48 +00: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 feat: add a first generic method, square (#10) 2025-04-08 23:25:01 +00:00
config.js feat: config and approximate equality (#19) 2025-04-16 04:23:48 +00:00
helpers.js feat: config and approximate equality (#19) 2025-04-16 04:23:48 +00:00
relational.js feat: config and approximate equality (#19) 2025-04-16 04:23:48 +00:00
utils.js feat: config and approximate equality (#19) 2025-04-16 04:23:48 +00:00