float
pub trait Zero { fn zero() -> Self; }
Number 0.
fn zero() -> Self
Returns 0.
impl Zero for f32
impl Zero for f64