pub fn pows<T>(list: &List<T>, power: i32) -> List<T>where T: RealField,
Compute the element-wise power of a List.
List