multicalc/approximation/
mod.rs

1pub mod linear_approximation;
2pub mod quadratic_approximation;
3
4#[cfg(test)]
5mod test;