Changeset 7880:a41a364cde98
- Timestamp:
- 12/24/07 10:41:06 (5 years ago)
- Branch:
- default
- Children:
- 7881:6c7e63246431, 7890:065e21cb8c24, 7948:44b0eeafc25d
- Tags:
- 2.9.1.1
- Location:
- sage
- Files:
-
- 3 edited
-
coding/linear_code.py (modified) (2 diffs)
-
rings/complex_double.pyx (modified) (1 diff)
-
version.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/coding/linear_code.py
r7752 r7880 1271 1271 Returns the Duursma zeta polynomial of the code. 1272 1272 1273 Assumes minimum_distance(C) > 1 and minimum_distance (C^\perp) > 1.1273 Assumes minimum_distance(C) > 1 and minimum_distance$(C^\perp) > 1$. 1274 1274 1275 1275 EXAMPLES: … … 1288 1288 REFERENCES: 1289 1289 1290 I. Duursma, "From weight enumerators to zeta functions },1290 I. Duursma, "From weight enumerators to zeta functions", 1291 1291 in {\bf Discrete Applied Mathematics}, vol. 111, no. 1-2, 1292 1292 pp. 55-73, 2001. -
sage/rings/complex_double.pyx
r7688 r7880 747 747 r""" 748 748 This function returns the argument of the self, in the interval 749 $-\pi < \Arg(self) \le \pi$.749 $-\pi < arg(self) \le \pi$. 750 750 751 751 EXAMPLES: -
sage/version.py
r7878 r7880 1 1 """nodoctests""" 2 version='2.9.1 .rc3'; date='2007-12-23'2 version='2.9.1'; date='2007-12-24'
Note: See TracChangeset
for help on using the changeset viewer.
