Changeset 80f8f6c in git for Singular/LIB/hyperel.lib


Ignore:
Timestamp:
Feb 23, 2016, 2:11:24 AM (8 years ago)
Author:
jgmbenoit <quatermaster@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ca5f5ec50e7d7e43e956e80b9cff948d8a89ee55
Parents:
50c6c2f123ea605b5992f5784cb7c48542819afa
Message:
correct spelling errors as detected by Lintian
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/hyperel.lib

    r50c6c2f r80f8f6c  
    468468         if there is an optional parameter s!=0, then divisor additonally
    469469         returns a parameter, which says, whether irreducible polynomials
    470          occured during computations or not. Otherwise only warnings are
     470         occurred during computations or not. Otherwise only warnings are
    471471         displayed on the monitor. For s=0 nothing happens.
    472472         Curve C: y^2+h(x)y=f(x) is defined over basering.
     
    665665   D2,s2=divisor(D[2],1,h,f,1);
    666666
    667    // Only if irreducible polynomials occured in D1 !and! D2 a warning
     667   // Only if irreducible polynomials occurred in D1 !and! D2 a warning
    668668   // is necessary.
    669669   if (s1==1 and s2==1)
Note: See TracChangeset for help on using the changeset viewer.