Changeset 0c0b9f1 in git
- Timestamp:
- Dec 11, 2006, 7:08:15 PM (16 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 53e03a67d70e5691531861429d3aa043ce56d847
- Parents:
- 168fb54a49c062a062e4f7d023840fd6aa800462
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/AtkinsTest.lib
r168fb5 r0c0b9f1 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: AtkinsTest.lib,v 1. 1 2006-12-11 12:52:42Singular Exp $";2 version="$Id: AtkinsTest.lib,v 1.2 2006-12-11 18:08:15 Singular Exp $"; 3 3 category="Teaching"; 4 4 info=" … … 7 7 8 8 NOTE: The library contains auxiliary procedures to compute the elliptic 9 curve primality test of Atkin and the "AtkinŽs Test"itself.9 curve primality test of Atkin and the Atkin's Test itself. 10 10 The library is intended to be used for teaching purposes but not 11 11 for serious computations. Sufficiently high printLevel allows to … … 464 464 { "EXAMPLE:"; echo = 2; 465 465 ring R = (real,60),x,dp; 466 number w =288469650108669535726081;467 sqr(w ,60);466 number ww=288469650108669535726081; 467 sqr(ww,60); 468 468 } 469 469
Note: See TracChangeset
for help on using the changeset viewer.