Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/fj_simplify.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 17 01:01:45 2018 UTC (5 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

qsort(L,rational) ---> qsort(L, fj_simplify.rational)
qsort in a module does not accept function names defined in the same module.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 6 03:05:29 2018 UTC (5 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.1: +269 -116 lines
Diff to previous 1.1 (colored)

Modulize the package fj_simplfy.
simplify --> fj_simplify.simplify
Example: fj_simplify.simplify(x^(1/2)*x^(1/2));
Delete the line
#define USE_MODULE
not to use the module.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 10 05:49:58 2010 UTC (14 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b

fj_simplify.rr is a collection of functions to simplify expressions containing
x^a.
This initial version is written by M.Fujimoto.
Example:
  load("fj_simplify.rr");
  simplify(x^(1/2)*x^(-1/2));

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>