Changeset 0dd77c2 in git


Ignore:
Timestamp:
Jun 30, 2010, 2:51:00 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
a33befbff5c55fd02acf5bab27860dc1da88b275
Parents:
33c80401859cb1e4a4821ef802c31f324cbd0e08
Message:
fixed typos

git-svn-id: file:///usr/local/Singular/svn/trunk@12932 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/aksaka.lib

    r33c8040 r0dd77c2  
    1717PerfectPowerTest(n)        checks if there are a,b>1, so that a^b=n
    1818wurzel(r)                  square root of number r
    19 euler(r)                   phi-function of euler
     19euler(r)                   phi-function of Euler
    2020coeffmod(f,n)              polynomial f modulo number n (coefficients mod n)
    2121powerpolyX(q,n,a,r)        (polynomial a)^q modulo (poly r,number n)
     
    215215proc euler(number r)
    216216"USAGE: euler(r);
    217 RETURN: number phi(r), where phi is eulers phi-function
     217RETURN: number phi(r), where phi is Eulers phi-function
    218218NOTE:   first r is factorized with proc PollardRho, then phi(r) is
    219219        calculated with the help of phi(p) of every factor p;
  • Singular/LIB/atkins.lib

    r33c8040 r0dd77c2  
    663663ASSUME: p>=3
    664664NOTE:   this algorithm will be called recursively, and it is understood
    665         that all the operations are done in Z/pZ (excepting sqareRoot(d,p))
     665        that all the operations are done in Z/pZ (excepting squareRoot(d,p))
    666666EXAMPLE:example rootsModp; shows an example
    667667"
Note: See TracChangeset for help on using the changeset viewer.