Glen Whitney

Results 196 comments of Glen Whitney

Actually my last comment got me to thinking that the "symbolic" implementation of all of the standard functions is identical (except for the function name) and doesn't need any knowledge...

``` > node examples/symbolic_evaluation.mjs 1. By just evaluating all unknown symbols to themselves, and providing a typed-function handler that builds expression trees when there is no matching signature, we implement...

I'm perfectly happy to go that dual route, starting by wrapping up https://github.com/josdejong/typed-function/pull/125. But if we call the two methods the "simplifyConstant" method (#2470) and the "evaluate" method (#2475), note...

> The reason the `number -> string` auto conversion is there is that in the browser world, you can easily have strings containing a number, like when filling in input...

> can indeed remove the `number -> string` conversion OK, I will file a PR for just that ASAP so that you can schedule it into the v11 release at...

I want to thank everyone in this conversation for their input. However, I am very confused as to what the real issue is here. The example of multiplication from the...

It remains the case that the parser does not support ``` {L, U, P} = lup(M) ``` but that it might be nice if it did.

Oh, and I did not realize that #1542 was a proposed implementation of this for the Array/Matrix case (that seems to have run aground on some of the fine details...

Seems as though the exact desired API is not quite settled here yet, although it appears that at least allowing `filter` to take a collection of booleans as its second...

TL;DR: The reason there is no "degree mode" in mathjs is that it is a very large amount of work, and it's not clear how to get everything consistent (or...