Changeset 0c0b9f1 in git


Ignore:
Timestamp:
Dec 11, 2006, 7:08:15 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
53e03a67d70e5691531861429d3aa043ce56d847
Parents:
168fb54a49c062a062e4f7d023840fd6aa800462
Message:
*hannes: docu


git-svn-id: file:///usr/local/Singular/svn/trunk@9578 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/AtkinsTest.lib

    r168fb5 r0c0b9f1  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: AtkinsTest.lib,v 1.1 2006-12-11 12:52:42 Singular Exp $";
     2version="$Id: AtkinsTest.lib,v 1.2 2006-12-11 18:08:15 Singular Exp $";
    33category="Teaching";
    44info="
     
    77
    88NOTE: 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.
    1010       The library is intended to be used for teaching purposes but not
    1111       for serious computations. Sufficiently high printLevel allows to
     
    464464 { "EXAMPLE:"; echo = 2;
    465465    ring R = (real,60),x,dp;
    466     number w=288469650108669535726081;
    467     sqr(w,60);
     466    number ww=288469650108669535726081;
     467    sqr(ww,60);
    468468 }
    469469
Note: See TracChangeset for help on using the changeset viewer.