Changeset 9761b8 in git for Singular/LIB/modstd.lib
- Timestamp:
- Aug 31, 2015, 10:43:55 AM (8 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- cd38fbd954495900afc188a0e871f8586db00535
- Parents:
- ef573fff51417c61e82c8176e0679f71fb732c40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/modstd.lib
ref573f r9761b8 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="version modstd.lib 4.0. 0.0 May_2014"; // $Id$2 version="version modstd.lib 4.0.2.0 Aug_2015 "; // $Id$ 3 3 category="Commutative Algebra"; 4 4 info=" … … 219 219 /* test if 'command' applied to 'args' in characteristic p is the same as 220 220 'result' mapped to characteristic p */ 221 static proc pTest_std(string command, list args, ideal result, int p) 221 static proc pTest_std(string command, alias list args, alias ideal result, 222 int p) 222 223 { 223 224 /* change to characteristic p */
Note: See TracChangeset
for help on using the changeset viewer.