Interval series (verry.intervalseries)#

This module provides operations on power series with interval coefficients.

Interval series#

IntervalSeries(coeffs, intvl)

Interval series.

Context#

Context([rounding, deg, domain])

Create a new context.

getcontext()

Return the current context for the active thread.

localcontext([ctx, rounding, deg, domain])

Return a context manager that will set the current context for the active thread to a copy of ctx on entry to the with-statement and restore the previous context when exiting the with-statement.

setcontext(ctx)

Set the current context for the active thread to ctx.