verry.autodiff.IntervalDual# final class verry.autodiff.IntervalDual(real, imag)# Bases: Dual[Interval, T | int | float], Generic Dual with interval coefficients. Parameters: real (Interval[T]) imag (Iterable[Interval[T]]) Variables: real (Interval[T]) imag (list[Interval[T]]) Warning All the elements of imag must be of the same type as real.