civil 0.1.7

a library to support civil engineering applications (WIP)
Documentation
1
2
3
4
//! Calc contains equations and solvers used by the rest of the library.

pub mod gaussjordan;
pub mod calculus;