float_length

Function float_length 

Source
fn float_length<F>(e: &[F]) -> Option<F>
where F: Mul<F> + Float + Sum,