pub fn clip<T, D>( input: &Array<T, D>, a_min: T, a_max: T, ) -> Result<Array<T, D>, FerrayError>where T: Element + Float, D: Dimension,
Clip (limit) values to [a_min, a_max] for float types.
a_min
a_max