inari_wasm 0.1.1

A stripped-down version of Inari library (a Rust implementation of interval arithmetic) compatible with web assembly
Documentation
pub use self::{
	interval::{Interval, IntervalError, IntervalErrorKind}
};

mod interval;
mod boolean;
mod arith;
mod classify;
mod constants;
mod absmax;
mod elementary;
mod set_op;
mod integer;