|
@ -65,5 +65,7 @@ float logarithmPlusOne(float x); |
|
|
// Function to calculate the natural logarithm (base e) of a number and add 1 |
|
|
// Function to calculate the natural logarithm (base e) of a number and add 1 |
|
|
float naturalLogarithmPlusOne(float x); |
|
|
float naturalLogarithmPlusOne(float x); |
|
|
|
|
|
|
|
|
|
|
|
// Function to calculate the square root of a number and add 1 |
|
|
|
|
|
float squareRootPlusOne(float x); |
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |