metaphysics 0.1.0

Generic extendable first-order differential equation solver
Documentation
1
2
3
4
5
6
7
8
#![no_std]

#[cfg(feature = "std")]
extern crate std;

pub mod algebra;
pub mod numerical;
pub mod physics;