[][src]Function arrayfire::log1p

pub fn log1p<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType> where
    T::AbsOutType: HasAfEnum

Compute the logarithm of input Array + 1

This is an element wise unary operation.