maxima:rtoy-add-def-simp-gamma

Last commit made on 2023-07-09
Get this branch:
git clone -b rtoy-add-def-simp-gamma https://git.launchpad.net/maxima

Branch merges

Branch information

Name:
rtoy-add-def-simp-gamma
Repository:
lp:maxima

Recent commits

1e1df27... by Raymond Toy <email address hidden>

Remove commented out gamma simp stuff.

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

Replace calls to simp-%gamma with ftake*

The calls to simp-%gamma set the simpflag to NIL (third arg to
simp-%gamma). Use `ftake* '%gamma` instead of simp-%gamma.

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

Add def-simplifier for gamma.

Replace calls to simpgamma with simp-%gamma. (These need to replaced.)

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

Remove commented out code for log simplifier

3e79788... by Raymond Toy <email address hidden>

Replace calls to simp-%log with ftake '%log

According to Stavros, we should call the simplifier directly.

6ea9a4f... by Raymond Toy <email address hidden>

Merge branch 'master' into rtoy-add-def-simp-log

009e905... by Raymond Toy <email address hidden>

Fix #4153: Need to pass all the args of atan2 to logarc

The previous code just grabbed the first arg to pass to logarc, but
atan2 has two args, so only one was given to logarc, which wanted two,
of course.

Added a simple test for this, from the bug report.

733b99f... by Raymond Toy <email address hidden>

Merge branch 'master' into rtoy-bug-4153-rectform-atan2

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

Merge branch 'rtoy-add-def-simp-atan2'

3843fa2... by Raymond Toy <email address hidden>

Remove commented out stuff for def-simp atan2