[][src]Trait light_curve_feature::Float

pub trait Float: NumFloat + FloatConst + PartialOrd + Sum + ValueFrom<usize> + ValueFrom<f32> + ValueInto<f64> + ApproxFrom<usize> + ApproxFrom<f64> + ApproxInto<usize, RoundToNearest> + Clone + Copy + Send + Sync + AddAssign + MulAssign + DivAssign + Display + Debug + FloatSupportedByFft + 'static {
    fn half() -> Self;
fn two() -> Self;
fn three() -> Self;
fn four() -> Self;
fn five() -> Self;
fn ten() -> Self;
fn hundred() -> Self; }

Required methods

fn half() -> Self

fn two() -> Self

fn three() -> Self

fn four() -> Self

fn five() -> Self

fn ten() -> Self

fn hundred() -> Self

Loading content...

Implementations on Foreign Types

impl Float for f32[src]

impl Float for f64[src]

Loading content...

Implementors

Loading content...