Module scid.types
Various useful types.
Functions
Name | Description |
---|---|
interval(a, b)
|
An interval [a,b] along the real line, where either endpoint may be infinite. |
Structs
Name | Description |
---|---|
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). |