You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't had a chance to dig too deep into version 6 yet but:
a) it looks great!
b) There are a couple of points of feedback I do have.
The repo contains quite a lot of things.
Whilst searching for the correct files to include to take advantage of the modular architecture, I was a bit overwhelmed by the number of files hanging around.
There are:
core.js (depreciated)
index.js
number.js
es5/index.js
es5/number.js
es6/index.js
es6/number.js
src/bundleAny.js
src/factoriesAny.js
src/factoriesBundle.js
src/factoriesNumber.js
src/index.js
src/core/core.js
src/plain/bignumber/arithmetic.js
src/plain/bignumber/index.js
src/plain/number/arithmetic.js
src/plain/number/index.js
possibly more that I haven't found
It is not very clear where the documentation is.
This is partly (or mainly?) due to the fact that the website is still at v5 so maybe this is not a problem after all.
However, I struggled to find explanations of what I needed to do to (for example) get a bundle of only complex number functions.
The examples are great but there is not so much explanation of what they are examples of (I mainly had to go off the files name).
There may be more I find as a explore the new version :) Hope this helps!
The text was updated successfully, but these errors were encountered:
My mistake was I intuatively reached for import { something } from 'mathjs/something'; whereas I now see that all imports are from 'mathjs' and treeshaking works it's magic 👍
I haven't had a chance to dig too deep into version 6 yet but:
a) it looks great!
b) There are a couple of points of feedback I do have.
The repo contains quite a lot of things.
Whilst searching for the correct files to include to take advantage of the modular architecture, I was a bit overwhelmed by the number of files hanging around.
There are:
It is not very clear where the documentation is.
This is partly (or mainly?) due to the fact that the website is still at v5 so maybe this is not a problem after all.
However, I struggled to find explanations of what I needed to do to (for example) get a bundle of only complex number functions.
The examples are great but there is not so much explanation of what they are examples of (I mainly had to go off the files name).
There may be more I find as a explore the new version :) Hope this helps!
The text was updated successfully, but these errors were encountered: