Changeset 33c8040 in git


Ignore:
Timestamp:
Jun 29, 2010, 12:12:55 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
0dd77c21021822c8a0b9b85d28d147e940da5728
Parents:
6720a11e15dfab1542b96233c960ac929f64c058
Message:
syntax fix for log2exp, part 2

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

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

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

    r6720a1 r33c8040  
    3131#include "facFqSquarefree.h"
    3232
    33 extern const double log2exp;
     33static const double log2exp= 1.442695041;
    3434
    3535/// Factorization of a squarefree bivariate polynomials over an arbitrary finite
  • factory/facFqFactorize.h

    r6720a1 r33c8040  
    2727#include "facFqSquarefree.h"
    2828#include "facFqBivarUtil.h"
    29 
    30 extern const double log2exp;
    3129
    3230/// Factorization over a finite field
Note: See TracChangeset for help on using the changeset viewer.