Precision Error

The errors in this file indicate various styles of precision problems that can go wrong for p-adics and power series.

AUTHORS:

  • David Roe
exception sage.rings.padics.precision_error.HaltingError

Bases: sage.rings.padics.precision_error.PrecisionError

x.__init__(...) initializes x; see help(type(x)) for signature

exception sage.rings.padics.precision_error.PrecisionError

Bases: exceptions.Exception

x.__init__(...) initializes x; see help(type(x)) for signature

exception sage.rings.padics.precision_error.PrecisionLimitError

Bases: sage.rings.padics.precision_error.PrecisionError

x.__init__(...) initializes x; see help(type(x)) for signature

Previous topic

p-Adic Printing

Next topic

Miscellaneous Functions

This Page