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

spielwiese
Last change on this file since aadd442 was aadd442, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: SqrFreeTest -> isSqrFree git-svn-id: file:///usr/local/Singular/svn/trunk@10524 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 903 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.6 2008-01-25 14:19:40 Singular Exp $
5///////////////////////////////////////////////////////////////////////////////
6#ifndef SQRFREE_H
7#define SQRFREE_H
8
9/*BEGINPUBLIC*/
10// CFFList SqrFree( const CanonicalForm & f ) ;
11/*ENDPUBLIC*/
12CFFList SqrFree( const CanonicalForm & f ) ;
13#endif /* SQRFREE_H */
14
15////////////////////////////////////////////////////////////
16/*
17$Log: not supported by cvs2svn $
18Revision 1.5  2008/01/22 09:51:37  Singular
19*hannes: sqrFree/InternalSqrFree -> factory
20
21Revision 1.4  2002/08/19 11:11:34  Singular
22* hannes/pfister: alg_gcd etc.
23
24Revision 1.3  1997/09/12 07:19:51  Singular
25* hannes/michael: libfac-0.3.0
26
27Revision 1.2  1997/04/25 22:13:03  michael
28Version for libfac-0.2.1
29
30*/
Note: See TracBrowser for help on using the repository browser.