pub fn log<T: HasAfEnum>(input: &Array<T>) -> Array<T::UnaryOutType>where
T::UnaryOutType: HasAfEnum,Expand description
Compute the natural logarithm
This is an element wise unary operation.
pub fn log<T: HasAfEnum>(input: &Array<T>) -> Array<T::UnaryOutType>where
T::UnaryOutType: HasAfEnum,Compute the natural logarithm
This is an element wise unary operation.