Crate inari[][src]

A Rust implementation of set-based interval arithmetic.

Introduction to Interval Arithmetic

Modules

_docs

This module is solely for serving additional documentations; thus, it contains no code.

Macros

const_dec_interval

Creates a DecInterval from f64 bounds.

const_interval

Creates an Interval from f64 bounds.

dec_interval

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

interval

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

Structs

DecInterval

A decorated interval with f64 bounds.

Interval

An interval with f64 bounds.

IntervalError

Enums

Decoration

The decoration of a DecInterval.

IntervalErrorKind
Overlap

An overlapping state returned by Interval::overlap.

Type Definitions

Result