[][src]Crate inari

A Rust implementation of set-based interval arithmetic.

Macros

const_dec_interval

Creates a DecoratedInterval from f64 bounds in const context.

const_interval

Creates an Interval from f64 bounds in const contexts.

dec_interval

Creates a DecoratedInterval from f64 bounds or a decorated interval literal.

interval

Creates an Interval from f64 bounds or a bare interval literal.

Structs

DecoratedInterval

The decorated version of Interval.

Interval

The bare inf-sup interval type with f64 bounds.

IntervalError

Enums

Decoration
IntervalErrorKind
OverlappingState

States returned by Interval::overlap.

Type Definitions

Result