log1p

Function log1p 

Source
pub fn log1p<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>
Expand description

Compute the logarithm of input Array + 1

This is an element wise unary operation.