Trait ephem::base::Real[][src]

pub trait Real<T = Self> where
    T: Float
{ fn frac(self) -> Self;
fn fmod(self, rhs: Self) -> Self; }

Required methods

fn frac(self) -> Self[src]

frac: Gives the fractional part of a number

fn fmod(self, rhs: Self) -> Self[src]

fmod: calculates x mod y

Loading content...

Implementations on Foreign Types

impl Real<f64> for f64[src]

impl Real<f32> for f32[src]

Loading content...

Implementors

Loading content...