23 lines
295 B
C++
23 lines
295 B
C++
#include "stdafx.h"
|
|
#include "defs.h"
|
|
|
|
U *p1;
|
|
U *p2;
|
|
U *p3;
|
|
U *p4;
|
|
U *p5;
|
|
U *p6;
|
|
U *p7;
|
|
U *p8;
|
|
U *last;
|
|
U *tmp;
|
|
U *nil;
|
|
U *formal_arg[6];
|
|
U *zero, *one, *imaginaryunit;
|
|
U *table_of_integrals, *meta_a, *meta_b, *meta_x;
|
|
|
|
int expanding;
|
|
int conjugating;
|
|
int verbosing;
|
|
int floating;
|
|
int esc_flag;
|