Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

from __future__ import absolute_import 

from .generic_nodes import is_pAdicField, is_pAdicRing 

from .factory import Zp, Zq, Zp as pAdicRing, ZpCR, ZpCA, ZpFM, ZpFP, ZpLC, ZpLF, ZqCR, ZqCA, ZqFM, ZqFP #, ZpL, ZqL 

from .factory import Qp, Qq, Qp as pAdicField, QpCR, QpFP, QpLC, QpLF, QqCR, QqFP #, QpL, QqL 

from .factory import pAdicExtension 

from .padic_generic import local_print_mode 

from .pow_computer import PowComputer 

from .pow_computer_ext import PowComputer_ext_maker