source: git/libfac/factor/SqrFree.h @ 35cfa3

spielwiese
Last change on this file since 35cfa3 was 639047e, checked in by Hans Schönemann <hannes@…>, 22 years ago
* hannes/pfister: alg_gcd etc. git-svn-id: file:///usr/local/Singular/svn/trunk@6237 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 880 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.4 2002-08-19 11:11:34 Singular Exp $
5///////////////////////////////////////////////////////////////////////////////
6#ifndef SQRFREE_H
7#define SQRFREE_H
8
9/*BEGINPUBLIC*/
10// CFFList SqrFree( const CanonicalForm & f ) ;
11/*ENDPUBLIC*/
12CFFList 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.3  1997/09/12 07:19:51  Singular
21* hannes/michael: libfac-0.3.0
22
23Revision 1.2  1997/04/25 22:13:03  michael
24Version for libfac-0.2.1
25
26*/
Note: See TracBrowser for help on using the repository browser.