Changeset 0224c8 in git


Ignore:
Timestamp:
Dec 7, 2000, 1:07:01 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
fb4232247333afc978e691cd03863a559e8e8f29
Parents:
a0eb7ac82a184a8b816be1774672dad8dfd404e3
Message:
*hannes napoly


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

Legend:

Unmodified
Added
Removed
  • Singular/longalg.h

    ra0eb7a r0224c8  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: longalg.h,v 1.16 2000-11-17 14:07:11 Singular Exp $ */
     6/* $Id: longalg.h,v 1.17 2000-12-07 12:07:01 Singular Exp $ */
    77/*
    88* ABSTRACT:   algebraic numbers
     
    8383
    8484// external access to the interna
    85 #define napoly alg
    8685#define RECA_SIZE (sizeof(alg)+sizeof(number))
    8786alg napAdd(alg p1, alg p2);
  • Singular/structs.h

    ra0eb7a r0224c8  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.45 2000-11-16 16:50:16 Singular Exp $ */
     6/* $Id: structs.h,v 1.46 2000-12-07 12:07:00 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    129129typedef struct s_si_link_extension *si_link_extension;
    130130typedef struct reca *      alg;
     131#define napoly             alg
    131132
    132133#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.