Trait float::One[][src]

pub trait One {
    fn one() -> Self;
}
[]

Number 1.

Required methods

fn one() -> Self[src][]

Returns 1.

Implementations on Foreign Types

impl One for f32[src][]

impl One for f64[src][]

Implementors