[][src]Type Definition bae_rs::MathT

type MathT = f64;

Type to perform infrequenty mathematic operations with when accuracy is needed.

Trait Implementations

impl Mul<StereoData> for MathT[src]

type Output = StereoData

The resulting type after applying the * operator.