|
@ -22,4 +22,7 @@ float logarithm(float x); |
|
|
// Function to calculate the natural logarithm (base e) of a number |
|
|
// Function to calculate the natural logarithm (base e) of a number |
|
|
float naturalLogarithm(float x); |
|
|
float naturalLogarithm(float x); |
|
|
|
|
|
|
|
|
|
|
|
// Function to calculate the exponentiation of a number to the power of another number |
|
|
|
|
|
float power(float x, float y); |
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |