File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1403,12 +1403,12 @@ cdef class gr_complex_algebraic_ca_ctx(gr_scalar_ctx):
14031403 def new (**options ) -> gr_complex_algebraic_ca_ctx:
14041404 """Create a new context for calcium exact complex algebraic numbers.
14051405
1406- >>> from flint.types._gr import gr_complex_algebraic_ca_ctx
1407- >>> C = gr_complex_algebraic_ca_ctx.new()
1408- >>> C
1409- gr_complex_algebraic_ca_ctx({})
1410- >>> C(2).sqrt()
1411- 1.41421 {a where a = 1.41421 [a^ 2 - 2 = 0 ]}
1406+ # >>> from flint.types._gr import gr_complex_algebraic_ca_ctx
1407+ # >>> C = gr_complex_algebraic_ca_ctx.new()
1408+ # >>> C
1409+ # gr_complex_algebraic_ca_ctx({})
1410+ # >>> C(2).sqrt()
1411+ # 1.41421 {a where a = 1.41421 [a^ 2 - 2 = 0 ]}
14121412 """
14131413 return gr_complex_algebraic_ca_ctx._new(options )
14141414
You can’t perform that action at this time.
0 commit comments