Module scid.types

Various useful types.

Functions

NameDescription
interval(a, b) An interval [a,b] along the real line, where either endpoint may be infinite.

Structs

NameDescription
Interval An interval [a,b] along the real line, where either endpoint may be infinite.
Result Struct containing the result of a calculation, along with the absolute error in that calculation (x ± δx).