[][src]Function mathru::algebra::abstr::cast::cast

pub fn cast<T: NumCast, U: NumCast>(n: T) -> Option<U>

Cast from one machine scalar to another.