source: git/libfac/factor/SqrFree.h @ b429551

spielwiese
Last change on this file since b429551 was b429551, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: sqrFree/InternalSqrFree -> factory git-svn-id: file:///usr/local/Singular/svn/trunk@10520 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 958 bytes
Line 
1/* Copyright 1996 Michael Messollen. All rights reserved. */
2////////////////////////////////////////////////////////////
3// emacs edit mode for this file is -*- C++ -*-
4// $Id: SqrFree.h,v 1.5 2008-01-22 09:51:37 Singular Exp $
5///////////////////////////////////////////////////////////////////////////////
6#ifndef SQRFREE_H
7#define SQRFREE_H
8
9/*BEGINPUBLIC*/
10// CFFList SqrFree( const CanonicalForm & f ) ;
11/*ENDPUBLIC*/
12//CFFList InternalSqrFree( const CanonicalForm & f , const CanonicalForm & mipo=0) ;
13int     SqrFreeTest( const CanonicalForm & r, int opt=1) ;
14CFFList SqrFree( const CanonicalForm & f ) ;
15#endif /* SQRFREE_H */
16
17////////////////////////////////////////////////////////////
18/*
19$Log: not supported by cvs2svn $
20Revision 1.4  2002/08/19 11:11:34  Singular
21* hannes/pfister: alg_gcd etc.
22
23Revision 1.3  1997/09/12 07:19:51  Singular
24* hannes/michael: libfac-0.3.0
25
26Revision 1.2  1997/04/25 22:13:03  michael
27Version for libfac-0.2.1
28
29*/
Note: See TracBrowser for help on using the repository browser.