powf

Function powf 

Source
pub fn powf<T: FloatingNumber>(base: &T, index: &T) -> Option<T>
where for<'a> &'a T: Sub<Output = T> + Mul<Output = T> + Div<Output = T> + Reciprocal<Output = T>,