version 1.7, 2005/07/03 11:08:54 |
version 1.8, 2020/10/06 11:33:46 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/poly2.c,v 1.6 2005/06/16 05:07:23 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/poly2.c,v 1.7 2005/07/03 11:08:54 ohara Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
#include <stdlib.h> |
#include <stdlib.h> |
#include "datatype.h" |
#include "datatype.h" |
Line 1008 struct coeff *gcdOfCoeff(POLY f) { |
|
Line 1008 struct coeff *gcdOfCoeff(POLY f) { |
|
} |
} |
|
|
int shouldReduceContent(POLY f,int ss) { |
int shouldReduceContent(POLY f,int ss) { |
extern DoCancel; |
extern int DoCancel; |
static int prevSize = 1; |
static int prevSize = 1; |
int size; |
int size; |
if (f == POLYNULL) return 0; |
if (f == POLYNULL) return 0; |