Changeset 7c5f9d2 in git for Singular/LIB/standard.lib
- Timestamp:
- May 25, 1998, 10:44:14 AM (26 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- f29110999bbc481ff92c4e4eac3f747c1164fd00
- Parents:
- 1667d18d75a6cd06d3341a3238dcfc2c2f9501a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
r1667d18 r7c5f9d2 1 // $Id: standard.lib,v 1.1 4 1998-05-24 16:48:30obachman Exp $1 // $Id: standard.lib,v 1.15 1998-05-25 08:44:14 obachman Exp $ 2 2 ////////////////////////////////////////////////////////////////////////////// 3 3 4 version="$Id: standard.lib,v 1.1 4 1998-05-24 16:48:30obachman Exp $";4 version="$Id: standard.lib,v 1.15 1998-05-25 08:44:14 obachman Exp $"; 5 5 info=" 6 6 LIBRARY: standard.lib PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP … … 138 138 at most 'wait' seconds. That is, if no result could be computed in 139 139 'wait' seconds, then the computation is interrupted, 0 is returned, 140 141 140 a warning message is displayed, and the global variable 141 'groebner_error' is defined. 142 142 EXAMPLE: example groebner; shows an example" 143 143 {
Note: See TracChangeset
for help on using the changeset viewer.