Michal
Michal
Hey Madan, I'm not sure I understand your comment properly. Are you talking about implementing types for the nodes, or are you talking about some repository-wide TypeScript solution? If the...
This will be fixed by #2290.
Hey Mark, thanks for getting in touch! We've recently changed math.js scopes from plain JavaScript objects to `Map`s. In your code you're creating a copy of a scope using: ```typescript...
@jhugman This is probably your area of expertise, let me know if I got something wrong :)
@oscarbenjamin Sorry, I don't understand how exactly does #4986 relate to this PR. A `do` method on Relation is handy regardless on whether it extends Boolean or not. Or am...
My thought was that when you're making side-by-side operations by hand, it's up to you to make sense of the logical relation between the (in)equalities. If you have an equation...
Ping! I think this PR is ready to be merged.
Yes, definitely :) The algorithms you'll want to use are in `/src/function/matrix/eigs/`. I'm not sure about the algorithm for real symmetric matrices, but the one for complex matrices has a...
Hey Nelson, The obvious workaround is *not passing null into expressions* 😅️ Is there a specific reason for why you do it?
Was this fixed by #1941, or is it still an issue?