Changeset c200ab in git


Ignore:
Timestamp:
Jul 31, 2006, 2:15:57 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
5e33aaf5855026d00d5db6882fb6052fa9229fa4
Parents:
f721aec857669ce50a24afd60223d6b969cfcf8b
Message:
*hannes: typo


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/arcAtPoint.lib

    rf721ae rc200ab  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: arcAtPoint.lib,v 1.2 2006-07-18 15:48:10 Singular Exp $";
     2version="$Id: arcAtPoint.lib,v 1.3 2006-07-31 12:15:57 Singular Exp $";
    33//-*- mode:C++;-*-
    44
     
    7474@end format
    7575RETURN:  ring, original basering with additional
    76          variables t and coeffiecients up to t^<bound>
     76         variables t and coefficients up to t^<bound>
    7777EXAMPLE: example nashmult; shows an example"
    7878
     
    414414//////////////////////////////////////////////////////////////////////
    415415proc idealsimplify (ideal I, int maxiter)
    416 "USAGE:   idealsimplify(I); I ideal
    417 ASSUME:  procedure is stable for sufficiently large maxiter
     416"USAGE:   idealsimplify(I,m); I ideal, m int
     417ASSUME:  procedure is stable for sufficiently large m
    418418RETURN:  ideal defining the same zeroset as I: replace   generators
    419419         of I by the generator modulo other generating elements
Note: See TracChangeset for help on using the changeset viewer.