Struct meealgi::earth::EarthPeriodicTableRow [] [src]

pub struct EarthPeriodicTableRow {
    pub term: &'static str,
    pub a: f64,
    pub b: f64,
    pub c: f64,
}

A row from the Earth's Periodic Terms table (from the NREL SPA document)

Improved documentation (e.g. for the meaning of these fields) welcomed

Fields

identifier for the term (e.g. L0)

scaling term

constant term

trigonometric term

Trait Implementations

impl Debug for EarthPeriodicTableRow
[src]

[src]

Formats the value using the given formatter.

impl Copy for EarthPeriodicTableRow
[src]

impl Clone for EarthPeriodicTableRow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more