pub fn float_power<T, D>( x1: &Array<T, D>, x2: &Array<T, D>, ) -> Result<Array<T, D>, FerrayError>where T: Element + Float, D: Dimension,
Float power: x1^x2, always returning float.