EopLookupError
このコンテンツはまだ日本語訳がありません。
Defined in: error.rs:51
pub enum EopLookupError { Empty, OutOfRange { mjd: f64, start: f64, end: f64 },}Error during EOP table lookup.
Variants
Section titled “Variants”The table is empty.
OutOfRange
Section titled “OutOfRange”mjd: f64 start: f64 end: f64
The requested MJD is outside the table range.