pub fn log10<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,Expand description
Compute logarithm base 10
This is an element wise unary operation.
pub fn log10<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,Compute logarithm base 10
This is an element wise unary operation.