Changeset acdc88 in git


Ignore:
Timestamp:
Jun 30, 1999, 4:14:31 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
54ef19be93941a1f50a58f040b1314ee4a5a27e5
Parents:
ea056987bdd3cf2746d4393a7bd2155ef94c9754
Message:
*hannes: added qring handling to res


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    rea0569 racdc88  
    1 // $Id: standard.lib,v 1.32 1999-06-02 16:21:25 obachman Exp $
     1// $Id: standard.lib,v 1.33 1999-06-30 14:14:31 Singular Exp $
    22//////////////////////////////////////////////////////////////////////////////
    33
    4 version="$Id: standard.lib,v 1.32 1999-06-02 16:21:25 obachman Exp $";
     4version="$Id: standard.lib,v 1.33 1999-06-30 14:14:31 Singular Exp $";
    55info="
    66LIBRARY: standard.lib   PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP
     
    432432   string varstr_P = varstr(P);
    433433
     434   if(size(ideal(basering)) > 0)
     435   {
     436     // the quick hack for qrings - seems to fit most needs
     437     // (lres is not implemented for qrings, sres is not so efficient)
     438     return(nres(m,i));
     439   }
     440
    434441   //LaScala for the homogeneous case
    435442   if(homog(m)==1)
Note: See TracChangeset for help on using the changeset viewer.