Department of Computer Science | Institute of Theoretical Computer Science | CADMO

Theory of Combinatorial Algorithms

Prof. Emo Welzl and Prof. Bernd Gärtner

// PRE: e >= 0 || b != 0.0 // POST: return value is b^e double pow (double b, int e);