procedural_modelling 0.4.2

A framework-agnostic Procedural Modelling crate.
Documentation
1
2
3
4
5
6
7
//! Implementations of the mathematical traits for various types.

pub mod f32;
pub mod f64;

// pub mod mpfr;
// pub mod fixed;