Changeset 5e33aa in git
- Timestamp:
- Aug 1, 2006, 9:40:06 AM (17 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 37bf5f5c28cf91d6c76e6087c550c8c9d363f529
- Parents:
- c200ab8d798f3a343fa32466c606ad6dc0768123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/krypto.lib
rc200ab r5e33aa 1 1 //GP, last modified 28.6.06 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: krypto.lib,v 1. 2 2006-07-31 08:59:16 Singular Exp $";3 version="$Id: krypto.lib,v 1.3 2006-08-01 07:40:06 Singular Exp $"; 4 4 category="Teaching"; 5 5 info=" … … 476 476 "USAGE: powerX(q,i,I); 477 477 RETURN: the q-th power of the i-th variable modulo I 478 478 ASSUME: I is a standard basis 479 479 EXAMPLE:example powerX; shows an example 480 480 "
Note: See TracChangeset
for help on using the changeset viewer.