@ -174,3 +174,8 @@ float cubeRootPlusOne(float x) {
float sineDegrees(float x) {
return sin(degreesToRadians(x));
}
// Function to calculate the cosine of an angle in degrees
float cosineDegrees(float x) {
return cos(degreesToRadians(x));