Fix #4352: elliptic_e(1,1.23) signals lisp error on complex number
[maxima.git] / archive / o / const.h
blob7362645d5c9b7967cbf44dbf606b98a0c137969a
2 /***************************************************
3 *
4 * I R I S P L O T
5 * -------------const.h
7 * Copright 1989 Zou Maorong
9 ***************************************************/
11 #define BADVALUE (-1234567.0)
13 #define SAMPLE 32
14 #define CURVESAMPLE 1000
15 #define TUBESAMPLE1 100
16 #define TUBESAMPLE2 12
17 #define MAPSAMPLE 2000
18 #define EQNSAMPLE 2000
19 #define EQNSTEP 0.001
20 #define EQNSMALL 0.0000000001
21 #define RK 11
22 #define RKQC 12
24 #define BEGIN_AN_OBJECT 20001
25 #define BEGIN_MATERIAL_DEFINITIONS 20002
26 #define BEGIN_GRAPHS 20003
27 #define DEFAULT_MATERIAL 20004
28 #define SET_VIEW 20005
31 #define TUBE 30000
32 #define SURFACE 30001
33 #define CURVE 30002
34 #define TMESH 30003
35 #define CONTOUR 30004
36 #define MAP 30005
37 #define EQN 30006
39 #define BMATERIAL 40001
40 #define ROTATEX 40002
41 #define ROTATEY 40003
42 #define ROTATEZ 40004
43 #define SCALE 40005
44 #define TRANSLATE 40006
45 #define GRAPH 40007
46 #define TRANSPARANT 40008
47 #define OBLIQUE 40009
48 #define PUSHMATRIX 40010
49 #define POPMATRIX 40011
51 #define PRETRANSLATION 40012
52 #define PREROTATION 40013
53 #define PRESCALING 40014
55 #define COBJECT 50001
57 #define BGNDEFINITION 80001
58 #define ENDDEFINITION 80002
59 #define BGNMATERIAL 80003
60 #define ENDMATERIAL 80004
61 #define NEWOBJECT 80005
62 #define NEWMATERIAL 80006
63 #define WINDOW 80007
64 #define OBJMENU 80008
65 #define CENTER 80009
66 #define FINALSTRUCTURE 80010
68 #define BGNLMODEL 90007
69 #define ENDLMODEL 90008
70 #define BGNLIGHT 90009
71 #define ENDLIGHT 90010
72 #define NEWLIGHT 90011
73 #define ON 90012
75 #define UNKNOWN_DATA 81001
76 #define CVN_DATA 81001
77 #define POLYGON_DATA 81002
78 #define GRID_DATA 81003
79 #define FEA_ANSYS 81004
80 #define FEA_POLYGON 81005
81 #define FEA_FEAP 81006
83 #ifndef EMISSION
84 #define EMISSION 1
85 #define AMBIENT 2
86 #define DIFUSE 3
87 #define SPECULAR 4
88 #define SHINNESS 5
89 #define ALPHA 7
91 #define LCOLOR 101
92 #define POSITION 102
93 #define SPOTDIRECTION 103
94 #define SPOTLIGHT 104
95 #define LOCALVIEWER 201
96 #define ATTENUATION 202
97 #define ATTENUATION2 203
98 #define TWOSIDE 204
99 #endif
101 /*********************************************************************/