Changeset 797d4f in git for Singular/LIB/nctools.lib
- Timestamp:
- Apr 14, 2009, 2:37:04 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 57bfa25f81781b65db8609d7a0ede8940d0476e7
- Parents:
- 334c21f9e573112667d39f4cd9dcad9c7b19a50c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/nctools.lib
r334c21f r797d4f 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: nctools.lib,v 1. 49 2009-04-14 12:00:14 SingularExp $";2 version="$Id: nctools.lib,v 1.50 2009-04-14 12:37:04 motsak Exp $"; 3 3 category="Noncommutative"; 4 4 info=" … … 727 727 } 728 728 729 730 729 731 /////////////////////////////////////////////////////////////////////////////// 730 732 proc superCommutative(list #) … … 932 934 "Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "]."; 933 935 kill R; kill ER; 936 } 937 938 939 proc SuperCommutative(list #) 940 { 941 return( superCommutative(#) ); 934 942 } 935 943
Note: See TracChangeset
for help on using the changeset viewer.