[][src]Constant civil::units::calculus::ABSCISSA

pub const ABSCISSA: [f32; 224]

These constants are used for Gauss-Legendre Quadrature calculations. We have the option of solving for equations up to the order of 127, which is probably never necessary. So far, these solutions seem to produce very adequate results. At some point these methods should be refactored for either:

  • symbolic integration
  • more robust methodology I suspect this will be 'good enough' precision for almost all practical situations.