Skip to main content

stak_inexact/
lib.rs

1//! Inexact number operations.
2
3#![no_std]
4
5mod primitive;
6mod primitive_set;
7
8pub use primitive_set::*;