Changeset 7880:a41a364cde98


Ignore:
Timestamp:
12/24/07 10:41:06 (5 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Children:
7881:6c7e63246431, 7890:065e21cb8c24, 7948:44b0eeafc25d
Tags:
2.9.1.1
Message:

2.9.1

Location:
sage
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sage/coding/linear_code.py

    r7752 r7880  
    12711271        Returns the Duursma zeta polynomial of the code. 
    12721272 
    1273         Assumes minimum_distance(C) > 1 and minimum_distance(C^\perp) > 1. 
     1273        Assumes minimum_distance(C) > 1 and minimum_distance$(C^\perp) > 1$. 
    12741274 
    12751275        EXAMPLES: 
     
    12881288        REFERENCES: 
    12891289         
    1290              I. Duursma, "From weight enumerators to zeta functions},  
     1290             I. Duursma, "From weight enumerators to zeta functions",  
    12911291             in {\bf Discrete Applied Mathematics}, vol. 111, no. 1-2,  
    12921292             pp. 55-73, 2001.  
  • sage/rings/complex_double.pyx

    r7688 r7880  
    747747        r""" 
    748748        This function returns the argument of the self, in the interval 
    749         $-\pi < \Arg(self) \le \pi$.  
     749        $-\pi < arg(self) \le \pi$.  
    750750 
    751751        EXAMPLES:  
  • sage/version.py

    r7878 r7880  
    11"""nodoctests""" 
    2 version='2.9.1.rc3'; date='2007-12-23' 
     2version='2.9.1'; date='2007-12-24' 
Note: See TracChangeset for help on using the changeset viewer.