pow2

Function pow2 

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

Compute two raised to the power of value

This is an element wise unary operation.