Edgar Costa
Edgar Costa
@gnprice , you know you could have just done that?
Thank you very much. We tried publish_stream, and we got to some more questions: In Xeus, there are two functions to output results: - `publish_execution_result` adds `Out[]:` and adds a...
I'm confused. Did you mean try to solve `x (x + 1) (x + 2) = x + (x + 1) + (x + 2)` ? If so that is...
If we build a dictionary `name -> cfunction` something like ``` def call(fname, *args): return name_to_cfunction[fname](*args) ``` might work
another point of comparison should be https://math.mit.edu/~drew/ffpoly.html I think @andrewvsutherland (the author) did a comparison at some point...
Looks like some of the tests are still failing: https://github.com/mkoeppe/flint2/actions/workflows/ci-sage.yml
You need to trigger the run on your repo
it looks like all checks have failed
Your proposed sanitization sounds good to me. On Fri, Apr 12, 2024, 19:39 Albin Ahlbäck ***@***.***> wrote: > Currently we *have* functions that are declared as global functions, but >...
I will fix the indentation