multicalc 0.9.0

Math for real-time embedded systems, in stable no_std Rust: state estimation, control, kinematics, Lie groups, autodiff, and linear algebra — from 64-bit servers to bare-metal microcontrollers
Documentation
1
2
3
4
5
//! Internal helpers shared across modules.
//!
//! - `summation` — accumulation strategies for numerically stable sums.

pub(crate) mod summation;