pub fn round<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,Expand description
Round the values in an Array
This is an element wise unary operation.
pub fn round<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,Round the values in an Array
This is an element wise unary operation.