~peterpall/maxima/+git/maxima.code:rtoy-add-def-simp-atan2

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

Branch merges

Branch information

Name:
rtoy-add-def-simp-atan2
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

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

Remove commented out stuff for def-simp atan2

0bd3d7d... by Raymond Toy <email address hidden>

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

2e0fa59... by Raymond Toy <email address hidden>

Fix a couple of undefined vars and functions

There was a call to $euler that need to be replaced with "ftake
'%euler".

The def-simplifier for plog was accessing the variable y but we didn't
define one. Likewise, def-simplifier for binomial needs a local
variable y.

Finally, we forgot to remove $binomial, which was commented out.

4448d14... by Raymond Toy <email address hidden>

Replace simpatan2 with def-simplifier atan2

This also fixes a noun/verb issue with $atan2. This also means we
need to replace `$atan2` with `%atan2` almost everywhere.

850b067... by Raymond Toy <email address hidden>

Indent code neatly for plog simplifier

5217bee... by Raymond Toy <email address hidden>

Remove commented out stuff

97235ce... by Raymond Toy <email address hidden>

Replace simpplog with def-simplifier

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

Remove commented out stuff

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

Add def-simplifier for binomial

Replace simpbinocoef with def-simplifier and remove $binomial
function. The requires replacing all calls to $binomial with the
equivalent ftake '%binomial.

5404f66... by Raymond Toy <email address hidden>

Remove commented out euler stuff