Update to "$Id: version.h 7089 2025-04-18 08:34:36Z reduce $"
This adds an experimental module rstyle which is a version of rprint that
is being worked on in the hope that it can be upgraded alongwith the
rlisp parser so that comments in the original source are preserved and
rendered in the re-indented output. It is not stable at present but is
checked in to make development work on it smoother.
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk@7089 2bfe0521-f11c-4a00-b80e-6202646ff360
Update to "$Id: version.h 7088 2025-04-17 08:51:58Z reduce $"
efweier.red: Change the code for the numerical evaluation of epsilon_w to
handle negative arguments correctly
ellipfn.rlg: Belatedly update the log file which should have been done
several commits ago.
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk@7087 2bfe0521-f11c-4a00-b80e-6202646ff360
Update to "$Id: version.h 7086 2025-04-16 08:45:22Z reduce $"
Weierstrass elliptic functions
Introduce function epsilon_w1 and use it in the derivative of
weierstrass1 instead of epsilon_w. Support numerical evaluation of
epsilon_w and epsilon_w1 in the special case that the Weierstrass
elliptic functions are real on the real axis. Fix typos in the rules
for df(epsilon_w,...) and df(weierstrass,...), procedure num_g3 and
put('lattice_g2,...). Update efweierplot.tst to include plots
explicitly involving derivatives. The plots now all run in a
reasonable length of time. Remove some code that I added to
efnumeric.red and then commented out a while ago. I will update the
manual shortly.
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk@7085 2bfe0521-f11c-4a00-b80e-6202646ff360
Further JIT progress (ast least on x86_64) such that I can compile the
first 50 functions that I use when trying to start a Reduce session - and
only then does it all fall apart. With things jitted I can parse and
execute an 'in "filename";' statement and I can scan through comments.
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk@7084 2bfe0521-f11c-4a00-b80e-6202646ff360
Update to "$Id: version.h 7083 2025-04-15 08:43:47Z reduce $"
Update to "$Id: version.h 7081 2025-04-14 08:29:33Z reduce $"
Update to "$Id: version.h 7081 2025-04-13 08:39:24Z reduce $"