Ignore:
Timestamp:
08/09/06 03:52:56 (7 years ago)
Author:
Martin Albrecht <malb@…>
Branch:
default
Message:

[project @ functions.py docstring correction]
Resetting the FunctionRing? precision back to old_prec to remove error in doc test, now the GMP double free
patch runs make test without errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/functions/functions.py

    r862 r1073  
    7575            sage: gp(pi) 
    7676            3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117068 
     77            sage: _ = FunctionRing.set_precision(old_prec) 
    7778        """ 
    7879        old_prec = self._default_precision 
Note: See TracChangeset for help on using the changeset viewer.