wasmer_wast::wast

Trait 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§