File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2543,7 +2543,7 @@ cdef class TateAlgebraElement(CommutativeAlgebraElement):
2543
2543
However `\l og( 1+ x) ` converges on a smaller disk::
2544
2544
2545
2545
sage: f. restriction( -1) . log( )
2546
- ... 0000000001 * x + ... 000000000 . 1* x^ 3 + ... 111111111 * x^ 2 + ...
2546
+ ... 000000001 * x + ... 0000000 . 1* x^ 3 + ... 111111 * x^ 2 + ...
2547
2547
+ O( 3^ 10 * <3* x, 3* y>)
2548
2548
2549
2549
TESTS::
@@ -2701,7 +2701,7 @@ cdef class TateAlgebraElement(CommutativeAlgebraElement):
2701
2701
However `\e xp( x) ` converges on a smaller disk::
2702
2702
2703
2703
sage: f. restriction( -1) . exp( )
2704
- ... 0000000001 + ... 0000000001 * x + ... 111111111 . 2* x^ 3 + ... 111111112 * x^ 2
2704
+ ... 0000000001 + ... 000000001 * x + ... 1111111 . 2* x^ 3 + ... 111112 * x^ 2
2705
2705
+ ... + O( 3^ 10 * <3* x, 3* y>)
2706
2706
2707
2707
TESTS::
You can’t perform that action at this time.
0 commit comments