Skip to content

IgrfCoeffArray

Defined in: mod.rs:19

type IgrfCoeffArray = [f64; 104]

Fixed-size array type for IGRF Gauss coefficients.

Size = N_COEFFS = Σ_{n=1}^{IGRF_MAX_DEGREE} (n + 1), currently 104 for degree 13. This is determined by the IGRF standard; if a future IGRF generation changes the maximum degree, N_COEFFS (generated by build.rs) will update and this alias will follow.