Changeset 6720a1 in git


Ignore:
Timestamp:
Jun 29, 2010, 10:57:05 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd1ec153efbb92b07a03c829a7f893fe854f169d2')
Children:
33c80401859cb1e4a4821ef802c31f324cbd0e08
Parents:
fd5b3abec6c19c85e602bfe88219092d51dd6500
Message:
syntax fix for log2exp, part 1

git-svn-id: file:///usr/local/Singular/svn/trunk@12930 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    rfd5b3a r6720a1  
    4242TIMING_DEFINE_PRINT(fac_hensel_lift);
    4343TIMING_DEFINE_PRINT(fac_factor_recombination);
     44
     45const double log2exp= 1.442695041;
    4446
    4547CanonicalForm prodMod0 (const CFList& L, const CanonicalForm& M)
  • factory/facFqBivar.h

    rfd5b3a r6720a1  
    3131#include "facFqSquarefree.h"
    3232
    33 extern const double log2exp= 1.442695041;
     33extern const double log2exp;
    3434
    3535/// Factorization of a squarefree bivariate polynomials over an arbitrary finite
Note: See TracChangeset for help on using the changeset viewer.