2004-03-03 21:24:06 +01:00
|
|
|
#include "stdafx.h"
|
|
|
|
#include "defs.h"
|
|
|
|
|
|
|
|
U *p1;
|
|
|
|
U *p2;
|
|
|
|
U *p3;
|
|
|
|
U *p4;
|
|
|
|
U *p5;
|
|
|
|
U *p6;
|
|
|
|
U *p7;
|
|
|
|
U *p8;
|
2005-08-05 21:28:02 +02:00
|
|
|
|
2004-03-03 21:24:06 +01:00
|
|
|
U *tmp;
|
|
|
|
U *nil;
|
|
|
|
U *formal_arg[6];
|
2004-07-22 01:30:24 +02:00
|
|
|
U *zero, *one, *imaginaryunit;
|
2005-07-30 21:37:29 +02:00
|
|
|
U *table_of_integrals;
|
|
|
|
U *meta_a;
|
|
|
|
U *meta_b;
|
|
|
|
U *meta_c;
|
|
|
|
U *meta_n;
|
|
|
|
U *meta_x;
|
|
|
|
U *table_of_fourier;
|
2004-03-03 21:24:06 +01:00
|
|
|
|
|
|
|
int expanding;
|
|
|
|
int conjugating;
|
|
|
|
int verbosing;
|
|
|
|
int floating;
|
2005-07-31 18:39:53 +02:00
|
|
|
int esc_flag;
|
|
|
|
|