Mike Miller

Results 4 issues of Mike Miller

In a [recent Help-Octave thread](https://lists.gnu.org/archive/html/help-octave/2020-02/msg00184.html), a user was confused that the Python they thought they had in /usr/bin isn't found by Octave. The problem turned out to be that they...

The `vpasolve` function only returns one numerical solution out of _N_ possible solutions to a polynomial equation. The SMT `vpasolve` function says that it returns all possible numerical solutions when...

upstream
longterm

According to [Matlab docs](https://www.mathworks.com/help/symbolic/pochhammer.html), the `pochhammer` function should accept numeric arguments as well, so we should provide a `@double` implementation.

enhancement
help wanted
compat_smt

It seems that the interface for "upload to a pastebin service" simply requires any program that takes text on stdin and reports a URL on stdout. This is great, and...