Glen Whitney

Results 267 comments of Glen Whitney

Thanks for moving the discussion on converting mathjs to TypeScript elsewhere, as this issue seems to be primarily about being able to correctly _use_ mathjs from TypeScript. And in response...

Are you sure you aren't just having a difficulty importing mathjs? Are you sure you have the package installed correctly for it to be found in the electron environment? I...

I think the plan is to address this in v11 (which is in preparation) by making it work with strings (although that is still not done in the v11 branch)....

And now that we have testing of the TypeScript typing by way of running `types/index.ts`, please could you add code to the latter file which will verify that `math.simplifyCore` is...

I am willing to make the small tweaks it would take to get this mergeable.

Closing in favor of #2475.

This current situation is quite weird, because in fact `rationalize('(3+4i)*x')` simply interprets i as another variable, so you get the same results as `rationalize('(3+4y)*x')` just with i in place of...

If it's OK, my plan will be to implement the answer to #2407 first, and then see where that leaves this behavior. It's not out of the question that proceeding...

Basically the scheme I am thinking about is to extend docgenerator.js so that while it is at it, it writes a JSON file in the embedded docs format with everything...

Great, I will give this a stab when I have a chance. Doing only the `math.` stripping and otherwise relying on handwritten `Parser Examples` tag will certainly ease the initial...