~peterpall/maxima/+git/maxima.code:rtoy-elliptic-pi-eval

Last commit made on 2016-10-16
Get this branch:
git clone -b rtoy-elliptic-pi-eval https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-elliptic-pi-eval
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

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

Add tests from but #3221

2204fca... by Raymond Toy <email address hidden>

Fix #3221: elliptic_pi(n,z,m) wrong for z > %pi/2

Use the properties of elliptic_pi to reduce the range of z to the
interval [0, %pi]. Then the interval [%pi/2, %pi] can be converted to
the interval [0, %pi/2]. Thus, we can use Carlson's RJ function to
compute all of the necessary terms.

A simple derivation of the algorithm is also included. A bigfloat
version is also implemented.

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

Renamed solver.mac to Solver.mac

35ffdc3... by Robert Dodier <email address hidden>

In package Solver, create new solver.mac which prints a message and loads Solver.mac.

2a6493f... by Robert Dodier <email address hidden>

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

6aebc96... by Robert Dodier <email address hidden>

In package Solver, rename solver.mac to Solver.mac to make package name coincide with function name.
Also correct name of function in solver/test.mac.

1b38672... by David Billinghurst <email address hidden>

* tests/rtest_algsys.mac: Add two tests from maxima-dicuss list.

22d564b... by Raymond Toy <email address hidden>

Make run_testsuite(share_tests=true) work

When share_tests=true, the file search path was not set correctly
because file_search_tests was not included. Hence, the regular test
files couldn't be found.

If the test file can't be found, we print out a message to that effect
so the user has some idea about what happened instead of an
uninformative error break message.

Also took this opportunity to add a bit more debugging info and small
cleanup.

3ba4f23... by Wolfgang Dautermann <email address hidden>

Crosscompiling: Update SBCL.

bc706f7... by PeterPall

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