Struct efloat::EFloat32 [] [src]

pub struct EFloat32 { /* fields omitted */ }

This is a floating point type that remembers how far off it might be from the actual precise value, based on it's history. It keeps and upper and lower error bound internally, and you can check those with function calls.

Methods

impl EFloat32
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for EFloat32
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EFloat32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Add for EFloat32
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for EFloat32
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for EFloat32
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div for EFloat32
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Neg for EFloat32
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl PartialEq for EFloat32
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for EFloat32

impl Sync for EFloat32