Crate inari

source Β· []
Expand description

A Rust implementation of interval arithmetic.

Introduction to interval arithmetic

Formal introduction to interval arithmetic

inari implements a subset of the following standards for interval arithmetic:

See Conformance to the standard for details.

Modules

This module serves additional documentations and no code.

Macros

Creates a DecInterval from f64 bounds.

Creates an Interval from f64 bounds.

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

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

Structs

The decorated version of Interval.

An interval with f64 bounds.

Enums

The decoration of a DecInterval.

The overlapping state between intervals, returned by Interval::overlap.

Type Definitions