source: git/libfac/factor/SqrFree.h @ 405ebc

spielwiese
Last change on this file since 405ebc was 4a81ec, checked in by Hans Schönemann <hannes@…>, 27 years ago
* hannes/michael: libfac-0.3.0 git-svn-id: file:///usr/local/Singular/svn/trunk@708 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 774 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.3 1997-09-12 07:19:51 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 ) ;
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.2  1997/04/25 22:13:03  michael
21Version for libfac-0.2.1
22
23*/
Note: See TracBrowser for help on using the repository browser.