My Project
 All Files Functions
potenzen.h
Go to the documentation of this file.
1 double berechne_wurzel(double basis, int radiant);
2 double berechne_potenz(double basis, int exponent);
3