utsuroi 0.2.0

Numerical ODE integrators (RK4, Dormand-Prince, Störmer-Verlet, Yoshida) for orbital mechanics and rigid-body simulation.
Documentation
1
2
3
4
5
pub mod dop853;
pub mod dp45;
pub mod rk4;
pub mod verlet;
pub mod yoshida;