[][src]Function arrayfire::log10

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.