nanomath/src/number
Glen Whitney bfc64f3789
All checks were successful
/ test (pull_request) Successful in 19s
feat: implicit convert BooleanT to NumberT
Also adds implicit conversion configuration option to Type constructor,
  and institutes a numbers-only bundle, and supports argument matching
  with implicit conversions.

  Still need to test that a behavior that invokes implicit conversion ends up
  with the conversion operation as a dependency (and so regenerates itself if
  the conversion changes).
2025-04-10 22:47:30 -07:00
..
__test__ feat: implicit convert BooleanT to NumberT 2025-04-10 22:47:30 -07:00
all.js refactor: prepare for boolean functions 2025-04-10 14:01:45 -07:00
arithmetic.js test: Set up a mocha test harness (#5) 2025-04-07 16:18:46 +00:00
helpers.js refactor: prepare for boolean functions 2025-04-10 14:01:45 -07:00
NumberT.js feat: implicit convert BooleanT to NumberT 2025-04-10 22:47:30 -07:00
type.js refactor: prepare for boolean functions 2025-04-10 14:01:45 -07:00
utils.js refactor: Switch to 'map-like object keyed by string and type vector' format 2025-04-02 11:22:53 -07:00