Changeset 8073:c320674b52c4
- Timestamp:
- 01/17/08 12:44:29 (5 years ago)
- Branch:
- default
- Location:
- sage
- Files:
-
- 2 edited
-
modular/modform/space.py (modified) (1 diff)
-
rings/fraction_field_element.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/modular/modform/space.py
r8066 r8073 884 884 such that two modular forms in either self or M are equal if and only 885 885 if their q-expansions are equal to precision B (note that this is 886 1+ the usual Sturm bound, since O(q^prec)has precision prec). If M886 1+ the usual Sturm bound, since $O(q^{prec})$ has precision prec). If M 887 887 is none, then M is set equal to self. 888 888 -
sage/rings/fraction_field_element.py
r8053 r8073 237 237 238 238 def _latex_(self): 239 """239 r""" 240 240 Return a latex representation of this rational function. 241 241 … … 346 346 def __pow__(self, right): 347 347 r""" 348 Returns self raise to the right^{th}power.348 Returns self raise to the $right^{th}$ power. 349 349 350 350 Note that we need to check whether or not right is negative so we
Note: See TracChangeset
for help on using the changeset viewer.
