Type Definition corgi::numbers::Float[][src]

type Float = f64;

The double-precision floating point type.

Trait Implementations

impl Mul<&'_ Array> for Float[src]

type Output = Array

The resulting type after applying the * operator.