Skip to main content

FpChecks

Trait FpChecks 

Source
pub trait FpChecks:
    IsFinite
    + IsInfinite
    + IsNaN
    + IsNormal
    + IsSubnormal { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl FpChecks for Complex<f64>

Source§

impl FpChecks for f64

Implementors§