Changeset 6f30b8 in git for factory/fac_sqrfree.h


Ignore:
Timestamp:
Jun 22, 2011, 2:06:03 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
368602a55ed4fcad6d7f470cbbaa9e51c309b4ea
Parents:
64e7cb73f028e3866617e41d55fd0265168a395d
Message:
added computation of squarefree part


git-svn-id: file:///usr/local/Singular/svn/trunk@14297 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/fac_sqrfree.h

    r64e7cb r6f30b8  
    1919bool isSqrFreeZ ( const CanonicalForm & f );
    2020
     21/// squarefree part of a poly
     22CanonicalForm sqrfPart (const CanonicalForm& F ///<[in] some poly
     23                       );
     24
    2125#endif /* ! INCL_FAC_SQRFREE_H */
Note: See TracChangeset for help on using the changeset viewer.