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