[][src]Trait splines::interpolate::One

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

Types with a neutral element for multiplication.

Required methods

fn one() -> Self

The neutral element for the multiplicative monoid — typically called 1.

Loading content...

Implementations on Foreign Types

impl One for f32[src]

impl One for f64[src]

Loading content...

Implementors

Loading content...