maxima:rtoy-complex-numerical-eval-returns-values

Last commit made on 2016-10-30
Get this branch:
git clone -b rtoy-complex-numerical-eval-returns-values https://git.launchpad.net/maxima

Branch merges

Branch information

Name:
rtoy-complex-numerical-eval-returns-values
Repository:
lp:maxima

Recent commits

537cbc0... by Raymond Toy <email address hidden>

Use return value from complex numerical eval

The last uses of $rectform are gone, in favor of using the returned
values from complex-float-numerical-eval-p and
complex-bigfloat-numerical-eval-p.

Test suite passes.

5f3c61a... by Raymond Toy <email address hidden>

Merge branch 'master' into rtoy-complex-numerical-eval-returns-values

314ae8e... by Robert Dodier <email address hidden>

Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code

b7ee537... by Robert Dodier <email address hidden>

Ensure that *OPR-TABLE* associates "{" with $SET instead of ${.
Fixes bug reported to mailing list 2016-10-27: "Subtle change in apply (with simp:false)"

8d80db1... by PeterPall

Ran simplifications.texi through update_examples: There were no errors in the results this time. But they partially differed with what maxima currently outputs as response.

5aae6c8... by PeterPall

Documentation: A link from factor to collectterms.

71ddb4e... by PeterPall

Documentation: Tried to improve the googleability of collectterms and added an example to its manual entry.

9f43849... by PeterPall

Ran update_examples on Simplification.texi and corrected the only example that was broken.

dd6fbb1... by Raymond Toy <email address hidden>

Fix uses of complex-float-numerical-eval-p

The return value is a maxima form, so update the code to account for
that by calling bigfloat:to to return a lisp complex or float
appropriately.

4088e70... by Raymond Toy <email address hidden>

complex-float-numerical-eval-p should work like bigfloat

complex-float-numerical-eval-p should return maxima complexes just
like complex-bigfloat-numerical-eval-p does.