Powered by Apache

CVS log for OpenXM_contrib2/asir2000/builtin/dp-supp.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: KNOPPIX_2006


Revision 1.39 / (download) - annotate - [select for diffs], Thu Aug 25 18:59:11 2005 UTC (18 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.38: +27 -1 lines
Diff to previous 1.38 (colored)

A builtin function `dp_ptozp' allows an option factor. (cf. ptozp)

Example:
[1] P=(x+1/2)*<<1>>+3;
(x+1/2)*<<1>>+(3)*<<0>>
[2] dp_ptozp(P);
(2*x+1)*<<1>>+(6)*<<0>>
[3] dp_ptozp(P|factor=1);
[(2*x+1)*<<1>>+(6)*<<0>>,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>