pocomath/test
Glen Whitney 0dbb95bbbe feat(polynomialRoot) (#57)
Implements a simply polynomial root finder function
polynomialRoot, intended to be used for benchmarking
against mathjs.

For this purpose, adds numerous other functions (e.g.
cbrt, arg, cis), refactors sqrt (so that you can
definitely get the complex square root when you want
it), and makes numerous enhancements to the core so
that a template can match after conversions.

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #57
2022-12-01 17:47:20 +00:00
..
bigint feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
complex feat(polynomialRoot) (#57) 2022-12-01 17:47:20 +00:00
core feat: Return type annotations (#53) 2022-08-30 19:36:44 +00:00
generic feat: Return type annotations (#53) 2022-08-30 19:36:44 +00:00
number feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
tuple feat: Return type annotations (#53) 2022-08-30 19:36:44 +00:00
_pocomath.mjs feat: Return type annotations (#53) 2022-08-30 19:36:44 +00:00
custom.mjs feat: Return type annotations (#53) 2022-08-30 19:36:44 +00:00