Module honestintervals::fp [] [src]

Finite precision module.

This module defines fp::Float trait and related traits where the floating point operations can round up or down depending on which version of the operation is used.

Enums

Sign

Represents the sign of a float.

Traits

Abs

Trait for abs operation.

Add

Finite precision version of the std::ops::Add trait.

Div

Finite precision version of the std::ops::Div trait.

Float

All-encapsulating trait for finite precision floats.

From

Finite precision version of the std::convert::From trait.

FromStr

Finite precision version of the std::str::FromStr trait.

Into

Finite precision version of the std::convert::Into trait.

MinMax

Trait for binary min and max operations.

Mul

Finite precision version of the std::ops::Mul trait.

Sub

Finite precision version of the std::ops::Sub trait.

Transc

Finite precision version of the transc::Transc trait.