AUTHORS: William Stein and David Kohel
x.__init__(...) initializes x; see help(type(x)) for signature
Return the Sage-wide precision for series (symbolic, power series, Laurent series).
EXAMPLES:
sage: series_precision()
20
Change the default variable name and separator.
Change the Sage-wide precision for series (symbolic, power series, Laurent series).
EXAMPLES:
sage: set_series_precision(5)
sage: series_precision()
5
sage: set_series_precision(20)
x.__init__(...) initializes x; see help(type(x)) for signature