Trait light_curve_feature::Float[][src]

pub trait Float: 'static + NumFloat + FloatConst + PartialOrd + Sum + ValueFrom<usize> + ValueFrom<f32> + ValueInto<f64> + ApproxFrom<usize> + ApproxFrom<f64> + ApproxInto<usize, RoundToNearest> + ApproxInto<f64> + Clone + Copy + Send + Sync + AddAssign + MulAssign + DivAssign + Display + Debug + LowerExp + FftwFloat {
    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[src]

fn two() -> Self[src]

fn three() -> Self[src]

fn four() -> Self[src]

fn five() -> Self[src]

fn ten() -> Self[src]

fn hundred() -> Self[src]

Loading content...

Implementations on Foreign Types

impl Float for f32[src]

impl Float for f64[src]

Loading content...

Implementors

Loading content...