Changeset 0348347 in git
- Timestamp:
- Apr 22, 1998, 11:14:07 AM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c4bbf1f73701d48bb471ae3fa76b1c03d53d1e17
- Parents:
- cc8350f619e28faa89a9cc221bb9eb248eab3122
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/classify.lib
rcc8350 r0348347 1 // $Id: classify.lib,v 1.2 1 1998-04-06 16:31:31krueger Exp $2 /////////////////////////////////////////////////////////////////////////////// 3 4 version = "$Id: classify.lib,v 1.2 1 1998-04-06 16:31:31krueger Exp $";1 // $Id: classify.lib,v 1.22 1998-04-22 09:13:07 krueger Exp $ 2 /////////////////////////////////////////////////////////////////////////////// 3 4 version = "$Id: classify.lib,v 1.22 1998-04-22 09:13:07 krueger Exp $"; 5 5 info=" 6 6 LIBRARY: classify.lib PROCEDURES FOR THE ARNOLD-CLASSIFIER OF SINGULARITIES … … 9 9 equivalence, based on the determinator of singularities by V.I. Arnold. 10 10 Author: Kai Krueger, krueger@mathematik.uni-kl.de 11 last modified: 04.04.199 711 last modified: 04.04.1998 12 12 13 13 basicinvariants(f); computes Milnor number, determinacy-bound and corank of f -
Singular/iplib.cc
rcc8350 r0348347 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iplib.cc,v 1.1 7 1998-04-07 19:14:43krueger Exp $ */4 /* $Id: iplib.cc,v 1.18 1998-04-22 09:14:07 krueger Exp $ */ 5 5 /* 6 6 * ABSTRACT: interpreter: LIB and help … … 106 106 strcat(argstr,"parameter "); 107 107 strcat(argstr,s); 108 strcat(argstr,"; \n");108 strcat(argstr,"; "); 109 109 e++; // e was pointing to ',' 110 110 }
Note: See TracChangeset
for help on using the changeset viewer.