|
@ -50,4 +50,7 @@ float arcSine(float x); |
|
|
// Function to calculate the arc cosine of a value and return the result in radians |
|
|
// Function to calculate the arc cosine of a value and return the result in radians |
|
|
float arcCosine(float x); |
|
|
float arcCosine(float x); |
|
|
|
|
|
|
|
|
|
|
|
// Function to calculate the arc tangent of a value and return the result in radians |
|
|
|
|
|
float arcTangent(float x); |
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |