Generic numeric types for pocomath #30
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There was a recent request in mathjs for a facility to add a generic numeric type (https://github.com/josdejong/mathjs/issues/2585). this could be done in pocomath with an adaptor that took a class and produced something that can be passed to install.
e.g [Need to outline an example here].
probably #38 should be done first.