Conform README and file layout #38
Loading…
Add table
Add a link
Reference in a new issue
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?
Although the file layout described in the README and the current actual layout are close, they don't fully align. For example:
builtin/collection. Shouldvectorjust be renamed Array or array, and moved to that location? Or is it not what we want for the implementations for the builtin JavaScript Array type? If not, do we need two nanomath (mathjs) types? In mathjs 15 we have Array and (Dense)Matrix; is vector actually a prototype for (Dense)Matrix? I mean, I think it was named and located to be sort of agnostic between the two, but this needs to be decided and we need to document how things will be arranged and proceed that way.There may well be other differences. They need to be decided on, and the README and the actual code should completely conform with each other.