Artifact d8923a8d2ba152adca4e03191dc0bb226cce6391db5386e9c084789a78bed1d4:
- Executable file
r37/packages/rataprx/rataprx.red
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 563) [annotate] [blame] [check-ins using] [more...]
- Executable file
r38/packages/rataprx/rataprx.red
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 563) [annotate] [blame] [check-ins using]
module rataprx; % Rational Approximations Package. % Author: Lisa Temme (Student of the University of Bath in % placement at ZIB Berlin) % Send questions or comments to Winfried Neun (neun@zib.de), please. % This package consists of: Periodic Decimal Representation; % Generalized Continued Fractions; % Continued Fractions for numbers; % Pade Function. create!-package('(rataprx decrep contfrac contfr primitive pade),nil); endmodule; end;