|
@ -68,4 +68,7 @@ float naturalLogarithmPlusOne(float x); |
|
|
// Function to calculate the square root of a number and add 1 |
|
|
// Function to calculate the square root of a number and add 1 |
|
|
float squareRootPlusOne(float x); |
|
|
float squareRootPlusOne(float x); |
|
|
|
|
|
|
|
|
|
|
|
// Function to calculate the cube root of a number and add 1 |
|
|
|
|
|
float cubeRootPlusOne(float x); |
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |