Changeset acdc88 in git
- Timestamp:
- Jun 30, 1999, 4:14:31 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 54ef19be93941a1f50a58f040b1314ee4a5a27e5
- Parents:
- ea056987bdd3cf2746d4393a7bd2155ef94c9754
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
rea0569 racdc88 1 // $Id: standard.lib,v 1.3 2 1999-06-02 16:21:25 obachmanExp $1 // $Id: standard.lib,v 1.33 1999-06-30 14:14:31 Singular Exp $ 2 2 ////////////////////////////////////////////////////////////////////////////// 3 3 4 version="$Id: standard.lib,v 1.3 2 1999-06-02 16:21:25 obachmanExp $";4 version="$Id: standard.lib,v 1.33 1999-06-30 14:14:31 Singular Exp $"; 5 5 info=" 6 6 LIBRARY: standard.lib PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP … … 432 432 string varstr_P = varstr(P); 433 433 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 434 441 //LaScala for the homogeneous case 435 442 if(homog(m)==1)
Note: See TracChangeset
for help on using the changeset viewer.