nanomath/src
Glen Whitney 8d3e6e70cb
All checks were successful
/ test (push) Successful in 17s
feat: Fully define complex cube root (#39)
Also extends add and multiply to allow multiple arguments.

Resolves #29.

Reviewed-on: #39
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2025-12-13 07:34:01 +00:00
..
__test__ feat: Add return typing strategies and implement sqrt with them (#26) 2025-04-28 16:29:33 +00:00
boolean refactor: Avoid inheritance and ban instanceof (#37) 2025-12-12 10:21:01 +00:00
complex feat: Fully define complex cube root (#39) 2025-12-13 07:34:01 +00:00
core feat: Fully define complex cube root (#39) 2025-12-13 07:34:01 +00:00
coretypes feat: Implement Vector type (#28) 2025-05-07 00:03:49 +00:00
generic feat: Fully define complex cube root (#39) 2025-12-13 07:34:01 +00:00
number feat: Fully define complex cube root (#39) 2025-12-13 07:34:01 +00:00
vector feat: Implement Vector type (#28) 2025-05-07 00:03:49 +00:00
nanomath.js feat: Implement Vector type (#28) 2025-05-07 00:03:49 +00:00
numbers.js feat: Introduce BooleanT and boolean functions (#17) 2025-04-13 16:29:51 +00:00
package.json feat: Add return typing strategies and implement sqrt with them (#26) 2025-04-28 16:29:33 +00:00