2 * set8700 - environment for dotest line tests for the 8700 set of regress.cal
4 * Copyright (C) 2006 Ernest Bowen and Landon Curt Noll
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.
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.
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.
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 $
24 * Under source code control: 2006/05/20 14:10:11
25 * File existed as early as: 2006
27 * chongo <was here> /\oo/\ http://www.isthe.com/chongo/
28 * Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/
33 * setup global variables for dotest() to use with set8700.set
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);
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 };