Changeset a97e04 in git
- Timestamp:
- Jun 29, 1999, 4:39:14 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 50d592b69d35e67b8dbd130329472d25f8c52639
- Parents:
- 31cb04bad383e04297522d6946776d17b7452307
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r31cb04b ra97e04 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.15 3 1999-06-28 12:48:08 wenkExp $ */4 /* $Id: iparith.cc,v 1.154 1999-06-29 14:39:14 Singular Exp $ */ 5 5 6 6 /* … … 123 123 { "and", 0, '&' , '&'}, 124 124 { "attrib", 0, ATTRIB_CMD , CMD_123}, 125 { "bareiss", 0, BAREISS_CMD , CMD_1 },125 { "bareiss", 0, BAREISS_CMD , CMD_123}, 126 126 { "betti", 0, BETTI_CMD , CMD_1}, 127 127 { "break", 0, BREAK_CMD , BREAK_CMD}, … … 2160 2160 // and the procedures with 2 arguments: 2161 2161 ,{atATTRIB2, ATTRIB_CMD, NONE/*set by p*/,DEF_CMD, STRING_CMD PROFILER} 2162 ,{jjWRONG2, BAREISS_CMD, 0, DEF_CMD, DEF_CMD PROFILER} 2162 2163 ,{jjCOEF, COEF_CMD, MATRIX_CMD, POLY_CMD, POLY_CMD PROFILER} 2163 2164 ,{jjCOEFFS_Id, COEFFS_CMD, MATRIX_CMD, IDEAL_CMD, POLY_CMD PROFILER}
Note: See TracChangeset
for help on using the changeset viewer.