Changeset d14712 in git for Singular/numbers.cc


Ignore:
Timestamp:
Sep 29, 1999, 12:59:43 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4f011a3b4ee2de9e079fb1b3ff36483e9f1f0511
Parents:
c88c949ab8d0ed79f5fe01cd33e526815d5e041f
Message:
* got rid off STDTRACE, FAST_AND_DIRTY, (most) DRING, SRING, SDRING
* got rid of spoly*.* stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/numbers.cc

    rc88c949 rd14712  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: numbers.cc,v 1.19 1999-09-16 12:34:00 Singular Exp $ */
     4/* $Id: numbers.cc,v 1.20 1999-09-29 10:59:34 obachman Exp $ */
    55
    66/*
     
    2121#include "gnumpc.h"
    2222#include "ring.h"
    23 #ifndef FAST_AND_DIRTY
    24 #undef npMultM
    25 #undef npSubM
    26 #undef npNegM
    27 #undef npEqualM
    28 #endif
    2923#include "ffields.h"
    3024#include "shortfl.h"
Note: See TracChangeset for help on using the changeset viewer.