Trait usvg::FuzzyZero [] [src]

pub trait FuzzyZero: FuzzyEq<Self> {
    fn is_fuzzy_zero(&self) -> bool
    where
        Self: FuzzyEq<f64>
, { ... } }

A trait for fuzzy/approximate comparisons of f64 numbers.

Provided Methods

Returns true if the number is approximately zero.

Implementations on Foreign Types

impl FuzzyZero for f64
[src]

[src]

Implementors