Changeset 7c5f9d2 in git for Singular/LIB/standard.lib


Ignore:
Timestamp:
May 25, 1998, 10:44:14 AM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
f29110999bbc481ff92c4e4eac3f747c1164fd00
Parents:
1667d18d75a6cd06d3341a3238dcfc2c2f9501a2
Message:
* syntax


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r1667d18 r7c5f9d2  
    1 // $Id: standard.lib,v 1.14 1998-05-24 16:48:30 obachman Exp $
     1// $Id: standard.lib,v 1.15 1998-05-25 08:44:14 obachman Exp $
    22//////////////////////////////////////////////////////////////////////////////
    33
    4 version="$Id: standard.lib,v 1.14 1998-05-24 16:48:30 obachman Exp $";
     4version="$Id: standard.lib,v 1.15 1998-05-25 08:44:14 obachman Exp $";
    55info="
    66LIBRARY: standard.lib   PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP
     
    138138      at most 'wait' seconds. That is, if no result could be computed in
    139139      'wait' seconds, then the computation is interrupted, 0 is returned,
    140        a warning message is displayed, and the global variable
    141        'groebner_error' is defined.
     140      a warning message is displayed, and the global variable
     141      'groebner_error' is defined.
    142142EXAMPLE: example groebner; shows an example"
    143143{
Note: See TracChangeset for help on using the changeset viewer.