pub fn log1p<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,Expand description
Compute the logarithm of input Array + 1
This is an element wise unary operation.
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.