Trait assert::Float

source ·
pub trait Float: Copy + Debug + PartialEq + PartialOrd + Sub<Output = Self> { }
Expand description

A floating-point number.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Float for f32

source§

impl Float for f64

Implementors§