Trait wasmer_wast::wast::NaNCheck

source ·
pub trait NaNCheck {
    // Required methods
    fn is_arithmetic_nan(&self) -> bool;
    fn is_canonical_nan(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

source§

impl NaNCheck for f32

source§

impl NaNCheck for f64

Implementors§