[][src]Type Definition bae_rs::MathT

type MathT = f64;

Type to perform infrequent mathematical operations with when accuracy is needed.

Trait Implementations

impl Mul<Stereo> for MathT[src]

type Output = Stereo

The resulting type after applying the * operator.