modified: makefile
[GalaxyCodeBases.git] / c_cpp / etc / calc / cal / set8700.cal
blob21ad76b4a8a6c2e2edfc7e93d975374d47f7afd9
1 /*
2  * set8700 - environment for dotest line tests for the 8700 set of regress.cal
3  *
4  * Copyright (C) 2006  Ernest Bowen and Landon Curt Noll
5  *
6  * Calc is open software; you can redistribute it and/or modify it under
7  * the terms of the version 2.1 of the GNU Lesser General Public License
8  * as published by the Free Software Foundation.
9  *
10  * Calc is distributed in the hope that it will be useful, but WITHOUT
11  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
13  * Public License for more details.
14  *
15  * A copy of version 2.1 of the GNU Lesser General Public License is
16  * distributed with calc under the filename COPYING-LGPL.  You should have
17  * received a copy with calc; if not, write to Free Software Foundation, Inc.
18  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
19  *
20  * @(#) $Revision: 30.1 $
21  * @(#) $Id: set8700.cal,v 30.1 2007/03/16 11:09:54 chongo Exp $
22  * @(#) $Source: /usr/local/src/bin/calc/cal/RCS/set8700.cal,v $
23  *
24  * Under source code control:   2006/05/20 14:10:11
25  * File existed as early as:    2006
26  *
27  * chongo <was here> /\oo/\     http://www.isthe.com/chongo/
28  * Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/
29  */
33  * setup global variables for dotest() to use with set8700.set
34  */
36 global set8700_A;
37 global set8700_B;
38 global set8700_M;
39 global set8700_M1;
40 global set8700_M2;
41 global set8700_L;
42 global set8700_L1;
43 global set8700_L2;
44 global set8700_O;
45 global set8700_P;
46 global set8700_P1;
47 global set8700_P2;
48 global set8700_Q;
49 global set8700_R;
50 global set8700_S;
51 global set8700_X;
52 global set8700_Y;
53 global set8700_x;
54 global set8700_y;
56 define set8700_getA1() = set8700_A;
58 define set8700_getA2() { return set8700_A; }
60 define set8700_getvar() {local a = 42; protect(a,256); return a;}
62 define set8700_f(set8700_x) = set8700_x^2;
64 define set8700_g(set8700_x)
66     if (isodd(set8700_x)) protect(set8700_x, 256);
67     return set8700_x;
70 obj set8700_point {
71         set8700_x, set8700_y, set8700_z
74 global mat set8700_c[] = { 1, 2+3i, -5+4i, 5i+6, -7i };
76 global mat set8700_e[] = { 0, 1, 0, 0, 2, -3/2, 2, -1/2,
77                            -3, 0.5, -1.0, 0.5, 1.0, 0.0, 0.0, 0.0 };